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

vicho at users.alioth.debian.org vicho at users.alioth.debian.org
Mon Aug 31 19:48:42 UTC 2015


    Date: Monday, August 31, 2015 @ 19:48:41
  Author: vicho
Revision: 34067

Refresh patch deb_specific__dont_require_argparse.patch

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	2015-08-31 19:48:24 UTC (rev 34066)
+++ packages/python-memprof/trunk/debian/patches/deb_specific__dont_require_argparse.patch	2015-08-31 19:48:41 UTC (rev 34067)
@@ -6,14 +6,14 @@
 
 --- a/setup.py
 +++ b/setup.py
-@@ -84,8 +84,8 @@ setup(
-       "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
-   ],
-   ext_modules=[getsize],
--  requires=['argparse','matplotlib','cython'],
--  install_requires=['argparse','matplotlib','cython'],
-+  requires=['matplotlib','cython'],
-+  install_requires=['matplotlib','cython'],
-   provides=['memprof'],
-   test_suite = "testsuite",
+@@ -86,8 +86,8 @@ setup(
+         "License :: OSI Approved :: GNU General Public License v3 (GPLv3)",
+     ],
+     ext_modules=[getsize],
+-    requires=['argparse', 'matplotlib', 'cython'],
+-    install_requires=['argparse', 'matplotlib', 'cython'],
++    requires=['matplotlib', 'cython'],
++    install_requires=['matplotlib', 'cython'],
+     provides=['memprof'],
+     test_suite="testsuite",
  )




More information about the Python-modules-commits mailing list