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 /debian/control | |
parent | 813bdb99d78a260fb237b42b82fc15bb8386249b (diff) | |
download | python-requests-3829dccad92e707febde4e21f9e20b4bfaf782f7.tar python-requests-3829dccad92e707febde4e21f9e20b4bfaf782f7.tar.gz |
Added python(3)-six to Builds-Depends
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 4 |
1 files changed, 3 insertions, 1 deletions
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 |