Remove explicit run time requires in favor of automatically generated ones

https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_automatically_generated_dependencies
epel8
Carl George 4 years ago
parent a54c3d479a
commit 8b553d6b99

@ -21,7 +21,7 @@ which nobody trusts. But you can trust it. Trust me.}
Name: python-%{pkgname}
Version: 0.6.0
Release: 3%{?dist}
Release: 4%{?dist}
Summary: #1 quality TLS certs while you wait, for the discerning tester
License: MIT or ASL 2.0
URL: https://github.com/python-trio/trustme
@ -43,8 +43,6 @@ BuildRequires: python%{python3_pkgversion}-service-identity
BuildRequires: python%{python3_pkgversion}-cryptography
BuildRequires: python%{python3_pkgversion}-idna
%endif
Requires: python%{python3_pkgversion}-cryptography
Requires: python%{python3_pkgversion}-idna
%{?python_provide:%python_provide python%{python3_pkgversion}-%{pkgname}}
@ -78,6 +76,9 @@ PYTHONPATH=%{buildroot}%{python3_sitelib} py.test-%{python3_version} --verbose
%changelog
* Wed Oct 07 2020 Carl George <carl@george.computer> - 0.6.0-4
- Remove explicit run time requires in favor of automatically generated ones
* Wed Jul 29 2020 Fedora Release Engineering <releng@fedoraproject.org> - 0.6.0-3
- Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild

Loading…
Cancel
Save