diff options
Diffstat (limited to 'debian')
-rw-r--r-- | debian/README.source | 2 | ||||
-rw-r--r-- | debian/changelog | 1 | ||||
-rwxr-xr-x | debian/rules | 3 |
3 files changed, 1 insertions, 5 deletions
diff --git a/debian/README.source b/debian/README.source deleted file mode 100644 index c887ccf..0000000 --- a/debian/README.source +++ /dev/null @@ -1,2 +0,0 @@ -Files under requests/packages/urllib3/ are not an embedded copy but a fork of -that library. diff --git a/debian/changelog b/debian/changelog index 6e28b85..2e71b8d 100644 --- a/debian/changelog +++ b/debian/changelog @@ -6,6 +6,7 @@ requests (1.1.0-1) UNRELEASED; urgency=low - Added python-chardet, python3-chardet to Build-Depends and moved them from Recommends to Depends since chardet is now required - Added python(3)-urllib3 (>= 1.5) to Build-Depends and Depends + since the embedded copy is no more a fork - Removed python(3)-six since python(3)-urllib3 is not embedded anymore - Removed python-gevent and python-oauthlib from Recommends diff --git a/debian/rules b/debian/rules index f14d439..af9831c 100755 --- a/debian/rules +++ b/debian/rules @@ -16,9 +16,6 @@ override_dh_auto_clean: rm -rf build dh_auto_clean -override_dh_auto_configure: - rm -f requests/packages/urllib3/packages/six.py - override_dh_auto_install: set -ex; \ for python in $(PYVERS); do \ |