[Python-modules-commits] r26229 - in packages/python-memprof/trunk/debian/patches (1 file)

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Sun Oct 20 21:28:34 UTC 2013


    Date: Sunday, October 20, 2013 @ 21:28:32
  Author: vicho
Revision: 26229

Refresh patches

Modified:
  packages/python-memprof/trunk/debian/patches/deb_specific__dont_require_argparse.patch

Modified: packages/python-memprof/trunk/debian/patches/deb_specific__dont_require_argparse.patch
===================================================================
--- packages/python-memprof/trunk/debian/patches/deb_specific__dont_require_argparse.patch	2013-10-20 21:27:17 UTC (rev 26228)
+++ packages/python-memprof/trunk/debian/patches/deb_specific__dont_require_argparse.patch	2013-10-20 21:28:32 UTC (rev 26229)
@@ -6,7 +6,7 @@
 
 --- a/setup.py
 +++ b/setup.py
-@@ -81,8 +81,8 @@ setup(
+@@ -84,8 +84,8 @@ setup(
        "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
    ],
    ext_modules=[getsize],
@@ -15,5 +15,5 @@
 +  requires=['matplotlib','cython'],
 +  install_requires=['matplotlib','cython'],
    provides=['memprof'],
+   test_suite = "testsuite",
  )
- 




More information about the Python-modules-commits mailing list