diff --git a/debian/control b/debian/control index 4e60a78..4d28387 100644 --- a/debian/control +++ b/debian/control @@ -5,9 +5,6 @@ Maintainer: Eric Evans Uploaders: Alexander GQ Gerasiov Build-Depends: debhelper (>= 9), dh-python, - python-all, - python-s3transfer (>= 0.1.10), - python-setuptools, python3-all, python3-s3transfer (>= 0.1.10), python3-setuptools @@ -16,20 +13,6 @@ Homepage: https://github.com/boto/boto3 Vcs-Git:https://salsa.debian.org/eevans/python-boto3.git Vcs-Browser: https://salsa.debian.org/eevans/python-boto3 -Package: python-boto3 -Architecture: all -Depends: python-botocore (>= 1.6.6), - python-requests, - python-s3transfer (>= 0.1.10), - python-six, - ${misc:Depends}, - ${python:Depends} -Description: Python interface to Amazon's Web Services - Python 2.x - Boto is the Amazon Web Services interface for Python. It allows developers - to write software that makes use of Amazon services like S3 and EC2. Boto - provides an easy to use, object-oriented API as well as low-level direct - service access. - Package: python3-boto3 Architecture: all Depends: python3-botocore (>= 1.6.6), diff --git a/debian/rules b/debian/rules index 24893c7..c0b17c0 100755 --- a/debian/rules +++ b/debian/rules @@ -7,7 +7,7 @@ export PYBUILD_NAME = boto3 # main packaging script based on dh7 syntax %: - dh $@ --with python2,python3 --buildsystem=pybuild + dh $@ --with python3 --buildsystem=pybuild override_dh_auto_test: #autotests are disabled, run them manually with