From 667ef5388b715d16112a918540378bac4938796bd924320e68d5ced474e22cad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1=C5=A1=20Chv=C3=A1tal?= Date: Sat, 14 Mar 2020 09:00:23 +0000 Subject: [PATCH] - Fix build without python2 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-enzyme?expand=0&rev=13 --- python-enzyme.changes | 5 +++++ python-enzyme.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-enzyme.changes b/python-enzyme.changes index 09f6661..75c29ab 100644 --- a/python-enzyme.changes +++ b/python-enzyme.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Sat Mar 14 09:00:11 UTC 2020 - Tomáš Chvátal + +- Fix build without python2 + ------------------------------------------------------------------- Fri Jun 7 12:39:41 UTC 2019 - Petr Gajdos diff --git a/python-enzyme.spec b/python-enzyme.spec index 5a3a161..a48c450 100644 --- a/python-enzyme.spec +++ b/python-enzyme.spec @@ -1,7 +1,7 @@ # # spec file for package python-enzyme # -# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany. +# Copyright (c) 2020 SUSE LLC # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -51,6 +51,6 @@ Enzyme is a Python module to parse video metadata. %license LICENSE %doc HISTORY.rst README.rst %{python_sitelib}/enzyme -%{python_sitelib}/enzyme-%{version}-py%{py_ver}.egg-info +%{python_sitelib}/enzyme-%{version}-py%{python_version}.egg-info %changelog