summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2021-10-17 09:26:31 +0200
committerMichał Górny <mgorny@gentoo.org>2021-10-17 09:26:31 +0200
commit9ec1696464d7db3b653ddb71c54aa40470c270a8 (patch)
tree194c143b9d5673d548dd8515f8d68a1e2b2a3f77 /dev-python/audioread/files
parentdev-python/asyncstdlib: Remove old (diff)
downloadgentoo-9ec1696464d7db3b653ddb71c54aa40470c270a8.tar.gz
gentoo-9ec1696464d7db3b653ddb71c54aa40470c270a8.tar.bz2
gentoo-9ec1696464d7db3b653ddb71c54aa40470c270a8.zip
dev-python/audioread: Remove old
Signed-off-by: Michał Górny <mgorny@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, 0 insertions, 27 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
deleted file mode 100644
index 0a67767070b1..000000000000
--- a/dev-python/audioread/files/audioread-2.1.8-test-deps.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-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'
- ],
-