From 600ce1f7896f617fd30c144cf4d51952c19d1eeb Mon Sep 17 00:00:00 2001 From: Benjamin Dauvergne Date: Tue, 5 Feb 2019 16:03:20 +0100 Subject: [PATCH] debian: add python3 build depends Remove useless build depends and install_requires. --- debian/control | 9 +++++++-- setup.py | 2 +- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/debian/control b/debian/control index deb20b1..1355e2f 100644 --- a/debian/control +++ b/debian/control @@ -2,8 +2,13 @@ Source: python-django-kerberos Maintainer: Benjamin Dauvergne Section: python Priority: optional -Build-Depends: python-setuptools (>= 0.6b3), python-all (>= 2.6), debhelper (>= 7.4.3), - python-django (>= 1.5) +Build-Depends: debhelper (>= 9), + python-setuptools (>= 0.6b3), + python-all (>= 2.6), + python-django (>= 1.8), + python3-all, + python3-setuptools, + python3-django (>= 1.8) Standards-Version: 3.9.1 X-Python-Version: >= 2.6 diff --git a/setup.py b/setup.py index 2c1edc5..512c1c9 100755 --- a/setup.py +++ b/setup.py @@ -60,7 +60,7 @@ setup(name="django-kerberos", packages=find_packages('src'), install_requires=[ 'six', - 'django>1.5', + 'django>1.8', 'pykerberos', ], package_dir={