diff --git a/debian/control b/debian/control index 41380ba..5979650 100644 --- a/debian/control +++ b/debian/control @@ -3,22 +3,12 @@ Priority: optional Maintainer: Kali Developers Uploaders: Sophie Brun -Build-Depends: debhelper-compat (= 12), dh-python, python-all, python-setuptools, python3-all, python3-setuptools, python3-sphinx +Build-Depends: debhelper-compat (= 12), dh-python, python3-all, python3-setuptools, python3-sphinx Standards-Version: 4.4.1 Homepage: https://github.com/fengsp/flask-session Vcs-Browser: https://gitlab.com/kalilinux/packages/python-flask-session Vcs-Git: https://gitlab.com/kalilinux/packages/python-flask-session.git Testsuite: autopkgtest-pkg-python - -Package: python-flask-session -Architecture: all -Depends: ${python:Depends}, ${misc:Depends} -Suggests: python-flask-session-doc -Description: extension for Flask that adds support for Server-side Session (Python 2) - This package contains Flask-Session, an extension for Flask that adds support - for Server-side Session to the application. - . - This package installs the library for Python 2. Package: python3-flask-session Architecture: all diff --git a/debian/rules b/debian/rules index 4ee50df..98c79f4 100755 --- a/debian/rules +++ b/debian/rules @@ -5,7 +5,7 @@ export PYBUILD_NAME=flask-session %: - dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild + dh $@ --with python3,sphinxdoc --buildsystem=pybuild override_dh_auto_build: dh_auto_build