diff --git a/debian/control b/debian/control index 4c5f298..58bb974 100644 --- a/debian/control +++ b/debian/control @@ -3,22 +3,11 @@ Priority: optional Maintainer: Kali Developers Uploaders: Sophie Brun -Build-Depends: debhelper-compat (= 12), dh-python, python-all-dev, python-setuptools, python3-all-dev, python3-setuptools, python3-sphinx, libodpic-dev +Build-Depends: debhelper-compat (= 12), dh-python, python3-all-dev, python3-setuptools, python3-sphinx, libodpic-dev Standards-Version: 4.3.0 Homepage: https://oracle.github.io/python-cx_Oracle/index.html Vcs-Browser: https://gitlab.com/kalilinux/packages/python-cx-oracle Vcs-Git: https://gitlab.com/kalilinux/packages/python-cx-oracle.git - -Package: python-cx-oracle -Architecture: any -Depends: ${python:Depends}, ${misc:Depends}, ${shlibs:Depends} -Suggests: python-cx-oracle-doc -Description: Python interface to Oracle Database (Python 2) - This package contains a Python extension module that enables access to - Oracle Database. It conforms to the Python database API 2.0 specification with - a considerable number of additions and a couple of exclusions. - . - This package installs the library for Python 2. Package: python3-cx-oracle Architecture: any diff --git a/debian/rules b/debian/rules index 07a4ead..2b488f6 100755 --- a/debian/rules +++ b/debian/rules @@ -8,7 +8,7 @@ export PYBUILD_NAME=cx-oracle %: - dh $@ --with python2,python3,sphinxdoc --buildsystem=pybuild + dh $@ --with python3,sphinxdoc --buildsystem=pybuild override_dh_auto_build: