summaryrefslogtreecommitdiff
path: root/net/py-soappy/patches/patch-aa
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-aa
parent355874acfb17c75be6ad82de41ce01c6ca5d4af0 (diff)
downloadpkgsrc-cff6e8711605061ff2c8702d329e876c31dbd4bc.tar.gz
Add patches that unbreak Python 2.5 build.
Diffstat (limited to 'net/py-soappy/patches/patch-aa')
-rw-r--r--net/py-soappy/patches/patch-aa16
1 files changed, 16 insertions, 0 deletions
diff --git a/net/py-soappy/patches/patch-aa b/net/py-soappy/patches/patch-aa
new file mode 100644
index 00000000000..d7d46221166
--- /dev/null
+++ b/net/py-soappy/patches/patch-aa
@@ -0,0 +1,16 @@
+$NetBSD: patch-aa,v 1.3 2009/02/11 21:20:43 joerg Exp $
+
+--- SOAPpy/Client.py.orig 2009-02-11 22:13:44.000000000 +0100
++++ SOAPpy/Client.py
+@@ -1,2 +1,4 @@
++from __future__ import nested_scopes
++
+ """
+ ################################################################################
+@@ -44,6 +46,4 @@ ident = '$Id: Client.py,v 1.20 2004/04/1
+ from version import __version__
+
+-from __future__ import nested_scopes
+-
+ #import xml.sax
+ import urllib