aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--debian/control2
-rw-r--r--setup.py1
2 files changed, 3 insertions, 0 deletions
diff --git a/debian/control b/debian/control
index e0d81fa9..e679bdf8 100644
--- a/debian/control
+++ b/debian/control
@@ -19,6 +19,7 @@ Build-Depends:
python-nosexcover,
python-pkg-resources,
python-rpm,
+ python-six,
python-setuptools,
rpm,
sgml2x,
@@ -44,6 +45,7 @@ Depends: ${python:Depends},
man-db,
python-dateutil,
python-pkg-resources,
+ python-six,
Recommends: pristine-tar (>= 0.5), cowbuilder, python-requests
Suggests: python-notify, unzip
Description: Suite to help with Debian packages in Git repositories
diff --git a/setup.py b/setup.py
index 896edab2..9216805a 100644
--- a/setup.py
+++ b/setup.py
@@ -64,6 +64,7 @@ setup(name = "gbp",
scripts = ['bin/git-pbuilder'],
packages = find_packages(exclude=['tests', 'tests.*']),
data_files = [("/etc/git-buildpackage/", ["gbp.conf"]),],
+ requires = ["six"],
setup_requires=['nose>=0.11.1', 'coverage>=2.85', 'nosexcover>=1.0.7'] if \
os.getenv('WITHOUT_NOSETESTS') is None else [],
entry_points = {