diff --git a/debian/control b/debian/control index 005639c..8136f3b 100644 --- a/debian/control +++ b/debian/control @@ -2,21 +2,9 @@ Source: python-authentic2-cut Maintainer: Benjamin Dauvergne Section: python Priority: optional -Build-Depends: python3-setuptools, python3-all, python-setuptools, python-all, debhelper (>= 9.0.0), - python-django, python3-django, dh-python +Build-Depends: python3-setuptools, python3-all, debhelper (>= 9.0.0), python3-django, dh-python Standards-Version: 3.9.1 -Package: python-authentic2-cut -Architecture: all -Depends: ${misc:Depends}, ${python:Depends}, - python-authentic2, - python-magic, - python-pil, - python-sorl-thumbnail, - python-django-redis, - graphicsmagick-imagemagick-compat -Description: CUT plugin for Authentic2 - Package: python3-authentic2-cut Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, diff --git a/debian/rules b/debian/rules index 0338b1d..5848497 100755 --- a/debian/rules +++ b/debian/rules @@ -4,4 +4,4 @@ export PYBUILD_DISABLE=test export PYBUILD_NAME=authentic2-cut %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild