diff --git a/python-python-ffmpeg.spec b/python-python-ffmpeg.spec index 7a6ca60..aa69eda 100644 --- a/python-python-ffmpeg.spec +++ b/python-python-ffmpeg.spec @@ -27,11 +27,12 @@ BuildRequires: python-rpm-macros BuildRequires: %{python_module pip} BuildRequires: %{python_module setuptools} BuildRequires: %{python_module wheel} -# SECTION test requirements BuildRequires: %{python_module pyee} +BuildRequires: %{python_module pytest} +BuildRequires: %{python_module pytest-asyncio} BuildRequires: %{python_module typing_extensions} -# /SECTION BuildRequires: fdupes +Requires: ffmpeg Requires: python-pyee Requires: python-typing_extensions BuildArch: noarch @@ -51,12 +52,11 @@ A python binding for FFmpeg which provides sync and async APIs %python_expand %fdupes %{buildroot}%{$python_sitelib} %check -CHOOSE: %pytest OR %pyunittest -v OR CUSTOM %files %{python_files} %doc README.md %license LICENSE -%{python_sitelib}/python-ffmpeg -%{python_sitelib}/python-ffmpeg-%{version}.dist-info +%{python_sitelib}/ffmpeg +%{python_sitelib}/python_ffmpeg-%{version}.dist-info %changelog