Skip to content
Snippets Groups Projects
Commit 4c2a8993 authored by Piotr Ożarowski's avatar Piotr Ożarowski
Browse files

for Egg metadata; add "wsgiref" and "python" fallbacks

parent 6767e37c
No related branches found
No related tags found
No related merge requests found
......@@ -9,7 +9,7 @@ python-defaults (2.7.2-6) UNRELEASED; urgency=low
- add python to Depends if unversioned python shebang is detected in
private directory
- dist_fallback: add /usr/share/python-support/package/ to paths searched
for Egg metadata
for Egg metadata; add "wsgiref" and "python" fallbacks
-- Scott Kitterman <scott@kitterman.com> Sat, 03 Sep 2011 11:21:35 -0400
......
python python
setuptools python-pkg-resources
wsgiref python (>= 2.5) | python-wsgiref
AddOns python-peak.util
BitTornado bittornado
BitTorrent bittorrent
......
......@@ -68,5 +68,7 @@ for line in stdout.splitlines():
result.sort()
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.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