From b74d043299d518b43845295f480864e35e79fb98 Mon Sep 17 00:00:00 2001 From: "Liguros - Gitlab CI/CD [develop]" Date: Wed, 6 Apr 2022 01:40:52 +0000 Subject: Adding metadata --- .../files/ffmpeg-python-0.2.0-setup.py-pytest-runner.patch | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 dev-python/ffmpeg-python/files/ffmpeg-python-0.2.0-setup.py-pytest-runner.patch (limited to 'dev-python/ffmpeg-python/files/ffmpeg-python-0.2.0-setup.py-pytest-runner.patch') diff --git a/dev-python/ffmpeg-python/files/ffmpeg-python-0.2.0-setup.py-pytest-runner.patch b/dev-python/ffmpeg-python/files/ffmpeg-python-0.2.0-setup.py-pytest-runner.patch new file mode 100644 index 000000000000..67fbb2308a37 --- /dev/null +++ b/dev-python/ffmpeg-python/files/ffmpeg-python-0.2.0-setup.py-pytest-runner.patch @@ -0,0 +1,11 @@ +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', -- cgit v1.3.1