summaryrefslogtreecommitdiffstats
path: root/extra/pycups/pycups-1.9.49-python-2.5.patch
diff options
context:
space:
mode:
authortnut <thierryn1 at hispeed dot ch>2010-10-14 08:23:49 +0200
committertnut <thierryn1 at hispeed dot ch>2010-10-14 08:23:49 +0200
commit5ea8ad8e2a806c979d411e07bb82519d5dd7cde2 (patch)
treedf14f1f15318d74fa877ec664d2b23bd63e6e759 /extra/pycups/pycups-1.9.49-python-2.5.patch
parent1c64e8565df9bde16b1e0da655df31b943147f84 (diff)
downloadnutyx-extra-5ea8ad8e2a806c979d411e07bb82519d5dd7cde2.tar.gz
nutyx-extra-5ea8ad8e2a806c979d411e07bb82519d5dd7cde2.tar.bz2
nutyx-extra-5ea8ad8e2a806c979d411e07bb82519d5dd7cde2.tar.xz
nutyx-extra-5ea8ad8e2a806c979d411e07bb82519d5dd7cde2.zip
pycups, port nettoyé
Diffstat (limited to 'extra/pycups/pycups-1.9.49-python-2.5.patch')
-rw-r--r--extra/pycups/pycups-1.9.49-python-2.5.patch9
1 files changed, 0 insertions, 9 deletions
diff --git a/extra/pycups/pycups-1.9.49-python-2.5.patch b/extra/pycups/pycups-1.9.49-python-2.5.patch
deleted file mode 100644
index 3be7e6339..000000000
--- a/extra/pycups/pycups-1.9.49-python-2.5.patch
+++ /dev/null
@@ -1,9 +0,0 @@
---- pycups-1.9.49/setup.py.orig 2010-04-29 22:54:22.000000000 +0200
-+++ pycups-1.9.49/setup.py 2010-04-29 22:55:20.000000000 +0200
-@@ -3,4 +3,5 @@
- ext_modules=[Extension("cups",
- ["cupsmodule.c", "cupsconnection.c",
- "cupsppd.c", "cupsipp.c"],
-- libraries=["cups"])])
-+ libraries=["cups"],
-+ define_macros=[("VERSION", '"1.9.49"')])])