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

* Require python (>= 2.6.5-9~) in generated dependencies to use the fixed

    pycompile.
parent d6ebc7d1
No related branches found
No related tags found
No related merge requests found
python-defaults (2.6.5-9) UNRELEASED; urgency=low
[ Piotr Ożarowski ]
* pyclean, pycompile: use .communicate() instead of .wait() to avoid hanging
`dpkg -L PACKAGE` in few situations
[ Matthias Klose ]
* Require python (>= 2.6.5-9~) in generated dependencies to use the fixed
pycompile.
-- Piotr Ożarowski <piotr@debian.org> Sat, 17 Jul 2010 18:58:23 +0200
python-defaults (2.6.5-8) unstable; urgency=low
......
......@@ -119,7 +119,7 @@ class Dependencies(object):
# make sure pycompile binary is available
if stats['compile']:
self.depend("python (>= 2.6.5-2~)")
self.depend("python (>= 2.6.5-9~)")
for interpreter, version in stats['shebangs']:
self.depend(interpreter)
......
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