import python-qrcode-5.1-12.module+el8.1.0+4098+f286395e
This commit is contained in:
parent
0a22738667
commit
a9c70afaf7
@ -9,7 +9,7 @@
|
|||||||
|
|
||||||
Name: python-%{pkgname}
|
Name: python-%{pkgname}
|
||||||
Version: 5.1
|
Version: 5.1
|
||||||
Release: 11%{?dist}
|
Release: 12%{?dist}
|
||||||
Summary: Python QR Code image generator
|
Summary: Python QR Code image generator
|
||||||
|
|
||||||
License: BSD
|
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
|
Summary: Python QR Code image generator
|
||||||
Requires: python3-imaging
|
Requires: python3-imaging
|
||||||
# For entry point:
|
# For entry point:
|
||||||
|
%if 0%{?rhel} && 0%{?rhel} >= 8
|
||||||
|
Requires: platform-python-setuptools
|
||||||
|
%else
|
||||||
Requires: python3-setuptools
|
Requires: python3-setuptools
|
||||||
|
%endif
|
||||||
Requires: python3-%{pkgname}-core = %{version}-%{release}
|
Requires: python3-%{pkgname}-core = %{version}-%{release}
|
||||||
|
|
||||||
%description -n python3-%{pkgname}
|
%description -n python3-%{pkgname}
|
||||||
@ -208,6 +212,10 @@ popd
|
|||||||
|
|
||||||
|
|
||||||
%changelog
|
%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
|
* Fri Jun 22 2018 Charalampos Stratakis <cstratak@redhat.com> - 5.1-11
|
||||||
- Conditionalize the python2 subpackage
|
- Conditionalize the python2 subpackage
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user