diff options
author | Daniele Tricoli <eriol@mornie.org> | 2012-03-19 00:02:38 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2012-03-19 00:02:38 +0000 |
commit | 3829dccad92e707febde4e21f9e20b4bfaf782f7 (patch) | |
tree | d940876e8ba199ead4e010c14bffb1fafb472210 | |
parent | 813bdb99d78a260fb237b42b82fc15bb8386249b (diff) | |
download | python-requests-3829dccad92e707febde4e21f9e20b4bfaf782f7.tar python-requests-3829dccad92e707febde4e21f9e20b4bfaf782f7.tar.gz |
Added python(3)-six to Builds-Depends
-rw-r--r-- | debian/changelog | 4 | ||||
-rw-r--r-- | debian/control | 4 |
2 files changed, 5 insertions, 3 deletions
diff --git a/debian/changelog b/debian/changelog index ab26168..5995fcd 100644 --- a/debian/changelog +++ b/debian/changelog @@ -9,7 +9,7 @@ requests (0.10.8-1) UNRELEASED; urgency=low - Added debian/patches/02_do-not-use-embedded-python-six.patch - Added override_dh_auto_configure to debian/rules to remove the embedded copy - - Added python(3)-six to Depends + - Added python(3)-six to Builds-Depends and Depends * debian/control - Bumped Standards-Version to 3.9.3 (no changes needed) * debian/patches/01_do-not-use-python-certifi.patch @@ -17,7 +17,7 @@ requests (0.10.8-1) UNRELEASED; urgency=low * debian/patches/02_fix-python3-except-sintax-error.patch - Removed as it is applied upstream - -- Daniele Tricoli <eriol@mornie.org> Mon, 19 Mar 2012 00:35:09 +0100 + -- Daniele Tricoli <eriol@mornie.org> Mon, 19 Mar 2012 01:00:58 +0100 requests (0.10.1-1) unstable; urgency=low diff --git a/debian/control b/debian/control index 11513f2..3996465 100644 --- a/debian/control +++ b/debian/control @@ -6,7 +6,9 @@ Priority: optional Build-Depends: debhelper (>= 7.0.50~), python-all (>= 2.6.6-3), - python3-all + python-six, + python3-all, + python3-six Standards-Version: 3.9.3 X-Python-Version: >= 2.6 X-Python3-Version: >= 3.0 |