summaryrefslogtreecommitdiffstats
path: root/extra/pycups/pycups-1.9.49-python-2.5.patch
diff options
context:
space:
mode:
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"')])])