[Python-modules-commits] r30347 - in packages/stdeb/trunk/debian/patches (fix_pypi-download)
piotr at users.alioth.debian.org
piotr at users.alioth.debian.org
Fri Aug 29 06:37:03 UTC 2014
Date: Friday, August 29, 2014 @ 06:37:02
Author: piotr
Revision: 30347
add missing patch
Added:
packages/stdeb/trunk/debian/patches/fix_pypi-download
Added: packages/stdeb/trunk/debian/patches/fix_pypi-download
===================================================================
--- packages/stdeb/trunk/debian/patches/fix_pypi-download (rev 0)
+++ packages/stdeb/trunk/debian/patches/fix_pypi-download 2014-08-29 06:37:02 UTC (rev 30347)
@@ -0,0 +1,13 @@
+Index: stdeb-0.8.2/scripts/pypi-download
+===================================================================
+--- stdeb-0.8.2.orig/scripts/pypi-download
++++ stdeb-0.8.2/scripts/pypi-download
+@@ -17,7 +17,7 @@ def main():
+ help='allow unsafe downloads')
+ (options, args) = parser.parse_args()
+ if len(args) != 1:
+- myprint('need exactly one PACKAGE_NAME',fd=sys.stderr)
++ myprint('need exactly one PACKAGE_NAME',file=sys.stderr)
+ parser.print_help()
+ sys.exit(1)
+
More information about the Python-modules-commits
mailing list