diff options
-rw-r--r-- | python-av.spec | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/python-av.spec b/python-av.spec index e8ef21b..a051f77 100644 --- a/python-av.spec +++ b/python-av.spec @@ -27,6 +27,10 @@ BuildRequires: python3-pip BuildRequires: python3-wheel BuildRequires: python3-hatchling BuildRequires: python3-virtualenv +BuildRequires: python3-numpy +BuildRequires: python3-pillow +BuildRequires: python3-Cython +BuildRequires: python3-sphinx %description %{pkg_description} @@ -41,12 +45,10 @@ Summary: %{pkg_summary} %autosetup -p1 -n PyAV-%{pypi_version} %build -source scripts/activate.sh -./scripts/build-deps -make +%pyproject_build %install -pip install . +%pyproject_install %files -n python3-%{pypi_name} %license LICENSE* |