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 python-defaults (2.7.3-1) unstable; urgency=low
[ Piotr Ożarowski ] [ Piotr Ożarowski ]
......
...@@ -2,6 +2,7 @@ python python ...@@ -2,6 +2,7 @@ python python
setuptools python-pkg-resources setuptools python-pkg-resources
wsgiref python (>= 2.5) | python-wsgiref wsgiref python (>= 2.5) | python-wsgiref
argparse python (>= 2.7) | python-argparse argparse python (>= 2.7) | python-argparse
pil python-imaging
AddOns python-peak.util AddOns python-peak.util
BatchModify trac-batchmodify BatchModify trac-batchmodify
BitTornado bittornado BitTornado bittornado
...@@ -193,6 +194,7 @@ debpartial_mirror debpartial-mirror ...@@ -193,6 +194,7 @@ debpartial_mirror debpartial-mirror
deluge deluge-common deluge deluge-common
devscripts devscripts devscripts devscripts
dicompyler dicompyler dicompyler dicompyler
dispcalGUI dispcalgui
dissy dissy dissy dissy
djagios djagios djagios djagios
django_ajax_selects django-ajax-selects django_ajax_selects django-ajax-selects
...@@ -372,7 +374,6 @@ openstack.common python-openstack-common ...@@ -372,7 +374,6 @@ openstack.common python-openstack-common
osc osc osc osc
pYsearch python-yahoo pYsearch python-yahoo
pbundler pbundler pbundler pbundler
pdfposter pdfposter
pdfshuffler pdfshuffler pdfshuffler pdfshuffler
pep8 pep8 pep8 pep8
perroquet perroquet perroquet perroquet
...@@ -405,7 +406,6 @@ py_rrdtool python-rrdtool ...@@ -405,7 +406,6 @@ py_rrdtool python-rrdtool
pyacidobasic python-acidobasic pyacidobasic python-acidobasic
pyacoustid python-acoustid pyacoustid python-acoustid
pyalsaaudio python-alsaaudio pyalsaaudio python-alsaaudio
pybackpack pybackpack
pybloom python-bloomfilter pybloom python-bloomfilter
pybridge pybridge pybridge pybridge
pybtex pybtex pybtex pybtex
...@@ -450,7 +450,6 @@ pyrit pyrit ...@@ -450,7 +450,6 @@ pyrit pyrit
pyrite_publisher pyrite-publisher pyrite_publisher pyrite-publisher
pysane python-imaging-sane pysane python-imaging-sane
pysatellites python-satellites pysatellites python-satellites
pysendfile python-sendfile
pyserial python-serial pyserial python-serial
pysnmp python-pysnmp4 pysnmp python-pysnmp4
pysnmp_apps python-pysnmp4-apps pysnmp_apps python-pysnmp4-apps
...@@ -625,9 +624,9 @@ ubuntu_sso_client ubuntu-sso-client ...@@ -625,9 +624,9 @@ ubuntu_sso_client ubuntu-sso-client
udev_discover udev-discover udev_discover udev-discover
ufw ufw ufw ufw
unattended_upgrades unattended-upgrades unattended_upgrades unattended-upgrades
undertaker undertaker
unittest_xml_reporting python-xmlrunner unittest_xml_reporting python-xmlrunner
urlscan urlscan urlscan urlscan
vamos undertaker
vboxapi virtualbox vboxapi virtualbox
virtaal virtaal virtaal virtaal
virtinst virtinst virtinst virtinst
......
...@@ -72,4 +72,6 @@ fp.write('python python\n') ...@@ -72,4 +72,6 @@ fp.write('python python\n')
fp.write('setuptools python-pkg-resources\n') fp.write('setuptools python-pkg-resources\n')
fp.write('wsgiref python (>= 2.5) | python-wsgiref\n') fp.write('wsgiref python (>= 2.5) | python-wsgiref\n')
fp.write('argparse python (>= 2.7) | python-argparse\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) 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