import python-qrcode-5.1-12.module+el8.1.0+4098+f286395e

This commit is contained in:
CentOS Sources 2019-11-05 14:37:36 -05:00 committed by Andrew Lukoshko
parent 0965925293
commit dca3a8eb81
1 changed files with 9 additions and 1 deletions

View File

@ -9,7 +9,7 @@
Name: python-%{pkgname}
Version: 5.1
Release: 11%{?dist}
Release: 12%{?dist}
Summary: Python QR Code image generator
License: BSD
@ -61,7 +61,11 @@ Core Python 2 module for QR code generation. Does not contain image rendering.
Summary: Python QR Code image generator
Requires: python3-imaging
# For entry point:
%if 0%{?rhel} && 0%{?rhel} >= 8
Requires: platform-python-setuptools
%else
Requires: python3-setuptools
%endif
Requires: python3-%{pkgname}-core = %{version}-%{release}
%description -n python3-%{pkgname}
@ -208,6 +212,10 @@ popd
%changelog
* Wed Nov 28 2018 Tomas Orsava <torsava@redhat.com> - 5.1-12
- Require platform-python-setuptools instead of python3-setuptools
- Resolves: rhbz#1654457, rhbz#1654458
* Fri Jun 22 2018 Charalampos Stratakis <cstratak@redhat.com> - 5.1-11
- Conditionalize the python2 subpackage