Explicitly depend on python3-setuptools
This commit is contained in:
parent
b745afb6b1
commit
de9769efd8
@ -2,7 +2,7 @@
|
|||||||
|
|
||||||
Name: python-%{realname}
|
Name: python-%{realname}
|
||||||
Version: 0.4.2
|
Version: 0.4.2
|
||||||
Release: 4%{?dist}
|
Release: 5%{?dist}
|
||||||
Summary: MS-KKDCP (kerberos proxy) WSGI module
|
Summary: MS-KKDCP (kerberos proxy) WSGI module
|
||||||
|
|
||||||
License: MIT
|
License: MIT
|
||||||
@ -12,12 +12,13 @@ Source0: https://github.com/npmccallum/%{realname}/archive/%{realname}-%{
|
|||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
BuildRequires: git
|
BuildRequires: git
|
||||||
|
|
||||||
BuildRequires: python3-devel
|
|
||||||
BuildRequires: python3-pytest
|
|
||||||
BuildRequires: python3-coverage
|
|
||||||
BuildRequires: python3-asn1crypto
|
BuildRequires: python3-asn1crypto
|
||||||
|
BuildRequires: python3-coverage
|
||||||
|
BuildRequires: python3-devel
|
||||||
BuildRequires: python3-dns
|
BuildRequires: python3-dns
|
||||||
BuildRequires: python3-mock
|
BuildRequires: python3-mock
|
||||||
|
BuildRequires: python3-pytest
|
||||||
|
BuildRequires: python3-setuptools
|
||||||
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
@ -56,6 +57,9 @@ KDCPROXY_ASN1MOD=asn1crypto %{__python3} -m pytest
|
|||||||
%{python3_sitelib}/%{realname}-%{version}-*.egg-info
|
%{python3_sitelib}/%{realname}-%{version}-*.egg-info
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Thu Jun 25 2020 Robbie Harwood <rharwood@redhat.com> - 0.4.2-5
|
||||||
|
- Explicitly depend on python3-setuptools
|
||||||
|
|
||||||
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.4.2-4
|
* Tue May 26 2020 Miro Hrončok <mhroncok@redhat.com> - 0.4.2-4
|
||||||
- Rebuilt for Python 3.9
|
- Rebuilt for Python 3.9
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user