Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
P
python-defaults
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pkg
python-defaults
Commits
044869f9
Commit
044869f9
authored
12 years ago
by
Piotr Ożarowski
Browse files
Options
Downloads
Patches
Plain Diff
dist_fallback: add python-imaging (which wasn't recognized before due to .pth file)
parent
15d3afe2
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
debian/changelog
+7
-0
7 additions, 0 deletions
debian/changelog
pydist/dist_fallback
+3
-4
3 additions, 4 deletions
pydist/dist_fallback
pydist/generate_fallback_list.py
+2
-0
2 additions, 0 deletions
pydist/generate_fallback_list.py
with
12 additions
and
4 deletions
debian/changelog
+
7
−
0
View file @
044869f9
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 ]
...
...
This diff is collapsed.
Click to expand it.
pydist/dist_fallback
+
3
−
4
View file @
044869f9
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
pydist/generate_fallback_list.py
+
2
−
0
View file @
044869f9
...
...
@@ -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
)
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment