diff options
author | Daniele Tricoli <eriol@mornie.org> | 2013-05-07 22:44:57 +0000 |
---|---|---|
committer | Daniele Tricoli <eriol@mornie.org> | 2013-05-07 22:44:57 +0000 |
commit | 124b144371c7b14715e8e22461ea262dbda64dff (patch) | |
tree | f1ae09282fa2701de787988c44cfc3633f3dba91 /debian/control | |
parent | 6a849b19febf7604e26dcf8e02a71bec8e02f6d4 (diff) | |
download | python-urllib3-124b144371c7b14715e8e22461ea262dbda64dff.tar python-urllib3-124b144371c7b14715e8e22461ea262dbda64dff.tar.gz |
Added python3-six to Build-Depends field
Diffstat (limited to 'debian/control')
-rw-r--r-- | debian/control | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/debian/control b/debian/control index 6e28aef..71d5184 100644 --- a/debian/control +++ b/debian/control @@ -11,7 +11,8 @@ Build-Depends: python-setuptools (>= 0.6b3), python-six, python-tornado, - python3-all + python3-all, + python3-six, Standards-Version: 3.9.4 X-Python-Version: >= 2.6 X-Python3-Version: >= 3.0 |