Skip to content
Snippets Groups Projects
Commit c83873e2 authored by Matthias Klose's avatar Matthias Klose
Browse files

* For argparse eggs, generate dependencies of the form

    "python (>= 2.7) | python-argparse". Closes: #657119.
parent 7f23852c
No related branches found
No related tags found
No related merge requests found
python-defaults (2.7.2-10) unstable; urgency=low
* For argparse eggs, generate dependencies of the form
"python (>= 2.7) | python-argparse". Closes: #657119.
-- Matthias Klose <doko@debian.org> Tue, 24 Jan 2012 11:49:24 +0100
python-defaults (2.7.2-9) unstable; urgency=low
* Generate correct dependencies if private directory supports one Python
......
......@@ -71,4 +71,5 @@ fp = open('dist_fallback', 'w')
fp.write('python python\n')
fp.write('setuptools python-pkg-resources\n')
fp.write('wsgiref python (>= 2.5) | python-wsgiref\n')
fp.write('argparse python (>= 2.7) | python-argparse\n')
fp.writelines(result)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment