[Python-modules-commits] r33210 - in packages/pyjwt/trunk/debian (3 files)
eriol-guest at users.alioth.debian.org
eriol-guest at users.alioth.debian.org
Fri Jul 3 20:20:08 UTC 2015
Date: Friday, July 3, 2015 @ 20:20:07
Author: eriol-guest
Revision: 33210
Remove pytest-runner form setup_requires since it's not packaged for Debian yet
Added:
packages/pyjwt/trunk/debian/patches/
packages/pyjwt/trunk/debian/patches/01_do-not-use-pytest-runner.patch
packages/pyjwt/trunk/debian/patches/series
Added: packages/pyjwt/trunk/debian/patches/01_do-not-use-pytest-runner.patch
===================================================================
--- packages/pyjwt/trunk/debian/patches/01_do-not-use-pytest-runner.patch (rev 0)
+++ packages/pyjwt/trunk/debian/patches/01_do-not-use-pytest-runner.patch 2015-07-03 20:20:07 UTC (rev 33210)
@@ -0,0 +1,17 @@
+Description: Remove pytest-runner form setup_requires since it's not packaged
+ for Debian yet.
+Author: Daniele Tricoli <eriol at mornie.org>
+Forwarded: not-needed
+Last-Update: 2015-06-30
+
+--- a/setup.py
++++ b/setup.py
+@@ -61,7 +61,7 @@
+ 'Topic :: Utilities',
+ ],
+ test_suite='tests',
+- setup_requires=['pytest-runner'],
++ setup_requires=[],
+ tests_require=tests_require,
+ extras_require=dict(
+ test=tests_require,
Added: packages/pyjwt/trunk/debian/patches/series
===================================================================
--- packages/pyjwt/trunk/debian/patches/series (rev 0)
+++ packages/pyjwt/trunk/debian/patches/series 2015-07-03 20:20:07 UTC (rev 33210)
@@ -0,0 +1 @@
+01_do-not-use-pytest-runner.patch
More information about the Python-modules-commits
mailing list