opnsense-ports/audio/py-audioread/files/patch-setup.py
Franco Fichtner 912e346657 */*: sync with upstream
Taken from: FreeBSD
2022-06-09 18:06:07 +02:00

10 lines
213 B
Python

--- setup.py.orig 2019-09-01 00:41:41 UTC
+++ setup.py
@@ -37,7 +37,6 @@ setup(name='audioread',
packages=['audioread'],
tests_require=[
- 'pytest-runner',
'pytest'
],