diff --git a/debian/control b/debian/control index f143824..a05197e 100644 --- a/debian/control +++ b/debian/control @@ -4,14 +4,6 @@ Maintainer: Kali Developers Build-Depends: debhelper-compat (= 12), dh-python, - python-all, - python-nose, - python-odf, - python-psutil, - python-pyexcel, - python-pyexcel-io, - python-pyexcel-xls, - python-setuptools, python3-all, python3-nose, python3-odf, @@ -26,16 +18,6 @@ Vcs-Git: https://gitlab.com/kalilinux/packages/pyexcel-ods.git Vcs-Browser: https://gitlab.com/kalilinux/packages/pyexcel-ods Testsuite: autopkgtest-pkg-python - -Package: python-pyexcel-ods -Architecture: all -Depends: ${misc:Depends}, ${python:Depends} -Suggests: python-pyexcel-ods-doc -Description: API to read and write the data in ods format (Python 2) - This package contains a tiny wrapper library to read, manipulate and write - data in ods format. - . - This package installs the library for Python 2. Package: python3-pyexcel-ods Architecture: all diff --git a/debian/rules b/debian/rules index 4e037ba..537d19a 100755 --- a/debian/rules +++ b/debian/rules @@ -3,7 +3,7 @@ export PYBUILD_NAME=pyexcel-ods %: - dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild + dh $@ --with python3,sphinxdoc --buildsystem=pybuild override_dh_auto_build: