mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-18 06:17:27 -08:00
Bug: https://github.com/deepjyoti30/ytmdl/issues/222 Signed-off-by: Maciej Barć <xgqt@gentoo.org>
12 lines
366 B
Diff
12 lines
366 B
Diff
index 0282c67..2011d2c 100644
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -60,7 +60,6 @@ keywords = misc_keywords + file_formats
|
|
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',
|