SHA256
15
0
forked from pool/python-av

- Fix build without py2 available

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-av?expand=0&rev=8
This commit is contained in:
Tomáš Chvátal
2020-03-14 08:45:20 +00:00
committed by Git OBS Bridge
parent d25f22e47a
commit 0745214851
2 changed files with 6 additions and 1 deletions

View File

@@ -61,6 +61,6 @@ Pythonic bindings for FFmpeg's libraries.
%doc README.md
%python3_only %{_bindir}/pyav
%{python_sitearch}/av
%{python_sitearch}/av-%{version}-py%{py_ver}.egg-info
%{python_sitearch}/av-%{version}-py%{python_version}.egg-info
%changelog