Same as before, only correct this time.

---
 debian/changelog                 | 6 ++++++
 pydist/generate_fallback_list.py | 3 ++-
 2 files changed, 8 insertions(+), 1 deletion(-)

diff --git a/debian/changelog b/debian/changelog
index 37536b7..dec45c1 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+dh-python (1.20140928-1) UNRELEASED; urgency=medium
+
+  * pydist: Add argparse fallback to python3 (>= 3.2) to CPython3 overrides
+
+ -- Simon Chopin <chopin.si...@gmail.com>  Sun, 28 Sep 2014 16:15:58 +0200
+
 dh-python (1.20140511-1) unstable; urgency=medium
 
   [ Piotr Ożarowski ]
diff --git a/pydist/generate_fallback_list.py b/pydist/generate_fallback_list.py
index c3e843c..ddb7766 100755
--- a/pydist/generate_fallback_list.py
+++ b/pydist/generate_fallback_list.py
@@ -37,7 +37,8 @@ DEFAULTS = {
         # not recognized due to .pth file (egg-info is in PIL/ and not in 
*-packages/)
         'pil python-imaging\n'],
     'cpython3': [
-        'setuptools python3-pkg-resources\n'],
+        'setuptools python3-pkg-resources\n',
+        'argparse python3 (>= 3.2) | python-argparse\n'],
     'pypy': []
 }
 
-- 
2.1.1


--
To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org

Reply via email to