MINGW-packages/mingw-w64-ffmpeg-python/0001-remove-unused-pytest-runner-dep.patch
Christoph Reiter 8ca20f5a8c ffmpeg-python: patch out pytest-runner dep
it's not used
2024-10-19 16:10:48 +02:00

11 lines
409 B
Diff

--- ffmpeg-python-0.2.0/setup.py.orig 2019-07-06 02:17:30.000000000 +0200
+++ ffmpeg-python-0.2.0/setup.py 2024-10-19 12:35:44.851224900 +0200
@@ -60,7 +60,6 @@
setup(
name='ffmpeg-python',
packages=['ffmpeg'],
- setup_requires=['pytest-runner'],
tests_require=['pytest', 'pytest-mock'],
version=version,
description='Python bindings for FFmpeg - with complex filtering support',