diff options
author | CoprDistGit <infra@openeuler.org> | 2024-04-14 15:21:31 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2024-04-14 15:21:31 +0000 |
commit | 8c29ab34b28e00ea649bb5db5c8cdeb40c4fe3b3 (patch) | |
tree | 9136410999c42c997b3fecb7a42bdbe8fc348435 /python-av.spec | |
parent | ad9c051318733a12a0a8a144b9b4ed4f3c4eac14 (diff) |
automatic import of python-av
Diffstat (limited to 'python-av.spec')
-rw-r--r-- | python-av.spec | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/python-av.spec b/python-av.spec index 570ab16..b5d82db 100644 --- a/python-av.spec +++ b/python-av.spec @@ -14,8 +14,6 @@ License: BSD-3-Clause URL: https://github.com/PyAV-Org/PyAV Source0: %{url}/archive/refs/tags/v%{version}.tar.gz#/PyAV-%{version}.tar.gz -Patch0: 0001-use-right-python-path.patch - BuildRequires: cmake BuildRequires: ninja-build BuildRequires: g++ @@ -44,6 +42,8 @@ Summary: %{pkg_summary} %{pkg_description} %prep +# python is python3 +ln -s /usr/bin/python3 /usr/bin/python %autosetup -p1 -n PyAV-%{pypi_version} %build |