summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2019-12-07 18:25:47 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2019-12-07 23:51:38 +0100
commit58157d700c9dc248693f5b3c4c529132184df6cf (patch)
treee129f72fd709f59221c5c3dd8f5ec4800c4a9672 /dev-python/audioread/files
parentsci-astronomy/pyephem: Drop 3.7.5.3 and 3.7.6.0 (r0) (diff)
downloadgentoo-58157d700c9dc248693f5b3c4c529132184df6cf.tar.gz
gentoo-58157d700c9dc248693f5b3c4c529132184df6cf.tar.bz2
gentoo-58157d700c9dc248693f5b3c4c529132184df6cf.zip
dev-python/audioread: 2.1.8 version bump
Package-Manager: Portage-2.3.81, Repoman-2.3.19 Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/audioread/files')
-rw-r--r--dev-python/audioread/files/audioread-2.1.8-test-deps.patch27
1 files changed, 27 insertions, 0 deletions
diff --git a/dev-python/audioread/files/audioread-2.1.8-test-deps.patch b/dev-python/audioread/files/audioread-2.1.8-test-deps.patch
new file mode 100644
index 000000000000..0a67767070b1
--- /dev/null
+++ b/dev-python/audioread/files/audioread-2.1.8-test-deps.patch
@@ -0,0 +1,27 @@
+From 5dd6c87a53f3a6c5bfa6ea384598213c49402056 Mon Sep 17 00:00:00 2001
+From: Glen Baker <iepathos@gmail.com>
+Date: Mon, 5 Aug 2019 23:40:27 -0700
+Subject: [PATCH] Correct pytest-runner location in setup.py
+
+Moved pytest-runner from setup_requires to tests_require. It is the tests that require pytest-runner.
+---
+ setup.py | 5 +----
+ 1 file changed, 1 insertion(+), 4 deletions(-)
+
+diff --git a/setup.py b/setup.py
+index bd90605..6041f6e 100644
+--- a/setup.py
++++ b/setup.py
+@@ -36,11 +36,8 @@ def _read(fn):
+
+ packages=['audioread'],
+
+- setup_requires=[
+- 'pytest-runner'
+- ],
+-
+ tests_require=[
++ 'pytest-runner',
+ 'pytest'
+ ],
+