From 0745214851a740a67d8ce0feeb6f7503f51227343fdeea6890c74d4df5d1c017 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 14 Mar 2020 08:45:20 +0000 Subject: [PATCH] - Fix build without py2 available OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-av?expand=0&rev=8 --- python-av.changes | 5 +++++ python-av.spec | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/python-av.changes b/python-av.changes index f6fe0e8..652f431 100644 --- a/python-av.changes +++ b/python-av.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 14 08:45:07 UTC 2020 - Tomáš Chvátal + +- Fix build without py2 available + ------------------------------------------------------------------- Mon Feb 24 01:48:27 UTC 2020 - steven.kowalik@suse.com diff --git a/python-av.spec b/python-av.spec index 83266e8..a2b39ee 100644 --- a/python-av.spec +++ b/python-av.spec @@ -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