debian: add python3 build depends

Remove useless build depends and install_requires.
This commit is contained in:
Benjamin Dauvergne 2019-02-05 16:03:20 +01:00
parent 3bb4115afa
commit 600ce1f789
2 changed files with 8 additions and 3 deletions

9
debian/control vendored
View File

@ -2,8 +2,13 @@ Source: python-django-kerberos
Maintainer: Benjamin Dauvergne <bdauvergne@entrouvert.com>
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

View File

@ -60,7 +60,7 @@ setup(name="django-kerberos",
packages=find_packages('src'),
install_requires=[
'six',
'django>1.5',
'django>1.8',
'pykerberos',
],
package_dir={