Skip to content

Commit

Permalink
setup.py: add virtualenv dependency
Browse files Browse the repository at this point in the history
Without it qipkg cannot work

Change-Id: I0512ba5e3e4415704ea863249aae12ebbcbf0f3b
  • Loading branch information
dmerejkowsky committed Jun 30, 2015
1 parent 9209b14 commit b33e829
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ def get_qibuild_cmake_files():
packages=find_packages("python"),
package_dir={"": "python"},
include_package_data = True,
install_requires=["virtualenv"],
data_files=data_files,
license="BSD",
entry_points = {
Expand Down

0 comments on commit b33e829

Please sign in to comment.