From c235ad134e4202fb7c361f46fcb36f6580eedfe90abde430137bab3d24b2815e Mon Sep 17 00:00:00 2001 From: Yunhe Guo Date: Fri, 29 Dec 2023 12:59:01 +0000 Subject: [PATCH] OBS-URL: https://build.opensuse.org/package/show/home:guoyunhe/python-python-ffmpeg?expand=0&rev=2 --- python-python-ffmpeg.spec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) 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