diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-14 13:17:25 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-14 13:17:25 +0000 |
commit | 7c88abf1360d7dfa10af57b65f545a4cce854576 (patch) | |
tree | 091472153660b5a21a9da1d7b157973222ace0ab | |
parent | f58f6b0ceb1b64cd4f57ebaa969b4b5eb042a587 (diff) |
automatic import of python-av
-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* |