summaryrefslogtreecommitdiff
path: root/net/py-soappy/patches/patch-ac
diff options
context:
space:
mode:
authorjoerg <joerg@pkgsrc.org>2009-02-11 21:20:43 +0000
committerjoerg <joerg@pkgsrc.org>2009-02-11 21:20:43 +0000
commitcff6e8711605061ff2c8702d329e876c31dbd4bc (patch)
tree3843a2b4ee18cfa45f6b828870e7c82ad74e7372 /net/py-soappy/patches/patch-ac
parent355874acfb17c75be6ad82de41ce01c6ca5d4af0 (diff)
downloadpkgsrc-cff6e8711605061ff2c8702d329e876c31dbd4bc.tar.gz
Add patches that unbreak Python 2.5 build.
Diffstat (limited to 'net/py-soappy/patches/patch-ac')
-rw-r--r--net/py-soappy/patches/patch-ac16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/py-soappy/patches/patch-ac b/net/py-soappy/patches/patch-ac
new file mode 100644
index 00000000000..5b1b0245c74
--- /dev/null
+++ b/net/py-soappy/patches/patch-ac
@@ -0,0 +1,16 @@
+$NetBSD: patch-ac,v 1.1 2009/02/11 21:20:43 joerg Exp $
+
+--- SOAPpy/Server.py.orig 2009-02-11 22:15:23.000000000 +0100
++++ SOAPpy/Server.py
+@@ -1,2 +1,4 @@
++from __future__ import nested_scopes
++
+ """
+ ################################################################################
+@@ -44,6 +46,4 @@ ident = '$Id: Server.py,v 1.20 2004/04/2
+ from version import __version__
+
+-from __future__ import nested_scopes
+-
+ #import xml.sax
+ import re