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

dist_fallback: add python-imaging (which wasn't recognized before due to .pth file)

parent 15d3afe2
No related branches found
No related tags found
No related merge requests found
python-defaults (2.7.3-2) UNRELEASED; urgency=low
* dist_fallback: add python-imaging (which wasn't recognized before due to
.pth file)
-- Piotr Ożarowski <piotr@debian.org> Fri, 06 Jul 2012 23:03:32 +0200
python-defaults (2.7.3-1) unstable; urgency=low
[ Piotr Ożarowski ]
......
......@@ -2,6 +2,7 @@ python python
setuptools python-pkg-resources
wsgiref python (>= 2.5) | python-wsgiref
argparse python (>= 2.7) | python-argparse
pil python-imaging
AddOns python-peak.util
BatchModify trac-batchmodify
BitTornado bittornado
......@@ -193,6 +194,7 @@ debpartial_mirror debpartial-mirror
deluge deluge-common
devscripts devscripts
dicompyler dicompyler
dispcalGUI dispcalgui
dissy dissy
djagios djagios
django_ajax_selects django-ajax-selects
......@@ -372,7 +374,6 @@ openstack.common python-openstack-common
osc osc
pYsearch python-yahoo
pbundler pbundler
pdfposter pdfposter
pdfshuffler pdfshuffler
pep8 pep8
perroquet perroquet
......@@ -405,7 +406,6 @@ py_rrdtool python-rrdtool
pyacidobasic python-acidobasic
pyacoustid python-acoustid
pyalsaaudio python-alsaaudio
pybackpack pybackpack
pybloom python-bloomfilter
pybridge pybridge
pybtex pybtex
......@@ -450,7 +450,6 @@ pyrit pyrit
pyrite_publisher pyrite-publisher
pysane python-imaging-sane
pysatellites python-satellites
pysendfile python-sendfile
pyserial python-serial
pysnmp python-pysnmp4
pysnmp_apps python-pysnmp4-apps
......@@ -625,9 +624,9 @@ ubuntu_sso_client ubuntu-sso-client
udev_discover udev-discover
ufw ufw
unattended_upgrades unattended-upgrades
undertaker undertaker
unittest_xml_reporting python-xmlrunner
urlscan urlscan
vamos undertaker
vboxapi virtualbox
virtaal virtaal
virtinst virtinst
......
......@@ -72,4 +72,6 @@ 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')
# wasn't recognized due to .pth file (egg-info is in PIL/ and not in *-packages/)
fp.write('pil python-imaging\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