aboutsummaryrefslogtreecommitdiff
path: root/debian
diff options
context:
space:
mode:
authorDaniele Tricoli <eriol@mornie.org>2013-01-19 08:43:28 +0000
committerDaniele Tricoli <eriol@mornie.org>2013-01-19 08:43:28 +0000
commit42fdad676cbc94d7f469da90a56f537b93e90786 (patch)
tree702059016528631a9ce03e5151c4f76aa39db19f /debian
parent7504b17121ceec39754525cae79eb20ddefd7c19 (diff)
downloadpython-requests-42fdad676cbc94d7f469da90a56f537b93e90786.tar
python-requests-42fdad676cbc94d7f469da90a56f537b93e90786.tar.gz
Removed python*-six since python*-urllib3 is not embedded anymore
Diffstat (limited to 'debian')
-rw-r--r--debian/changelog2
-rw-r--r--debian/control4
2 files changed, 2 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 916b800..9152b4e 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,6 +6,8 @@ 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*-urllib3 (>= 1.5) to Build-Depends and Depends
+ - Removed python*-six since python*-urllib3 is not embedded
+ anymore
* debian/patches/01_do-not-use-python-certifi.patch
- Removed because no longer necessary
* debian/patches/02_do-not-use-embedded-python-six.patch
diff --git a/debian/control b/debian/control
index 1bd2110..162bd7d 100644
--- a/debian/control
+++ b/debian/control
@@ -7,11 +7,9 @@ Build-Depends:
debhelper (>= 7.0.50~),
python-all (>= 2.6.6-3),
python-chardet,
- python-six,
python-urllib3 (>= 1.5),
python3-all,
python3-chardet,
- python3-six,
python3-urllib3 (>= 1.5)
Standards-Version: 3.9.3
X-Python-Version: >= 2.6
@@ -26,7 +24,6 @@ Depends:
${misc:Depends},
${python:Depends},
ca-certificates,
- python-six,
python-chardet,
python-urllib3 (>= 1.5),
Recommends:
@@ -57,7 +54,6 @@ Depends:
${misc:Depends},
${python3:Depends},
ca-certificates,
- python3-six,
python3-chardet,
python3-urllib3 (>= 1.5)
Description: elegant and simple HTTP library for Python3, built for human beings