Bug#763200: [PATCHv2] pydist: Add argparse fallback to python3 (= 3.2) to CPython3 overrides

2014-09-29 Thread Simon Chopin
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 +++

Bug#763200: [PATCHv2] pydist: Add argparse fallback to python3 (= 3.2) to CPython3 overrides

2014-09-29 Thread Piotr Ożarowski
Hi Simon, -'setuptools python3-pkg-resources\n'], +'setuptools python3-pkg-resources\n', +'argparse python3 (= 3.2) | python-argparse\n'], there's no python3-argparse package and generating a dependency on python-argparse in Python 3.X packages doesn't make sense --

Bug#763200: [PATCHv2] pydist: Add argparse fallback to python3 (= 3.2) to CPython3 overrides

2014-09-29 Thread Piotr Ożarowski
+'argparse python3 (= 3.2) | python-argparse\n'], there's no python3-argparse package and generating a dependency on python-argparse in Python 3.X packages doesn't make sense FTR: I will add argparse python3 (= 3.2) in next upload -- To UNSUBSCRIBE, email to

Bug#763200: [PATCHv2] pydist: Add argparse fallback to python3 (= 3.2) to CPython3 overrides

2014-09-29 Thread Simon Chopin
Quoting Piotr Ożarowski (2014-09-29 11:56:16) +'argparse python3 (= 3.2) | python-argparse\n'], there's no python3-argparse package and generating a dependency on python-argparse in Python 3.X packages doesn't make sense FTR: I will add argparse python3 (= 3.2) in next upload