From 8b553d6b99d23e8a0a5f3716234782ba406f7c1d Mon Sep 17 00:00:00 2001 From: Carl George Date: Tue, 6 Oct 2020 20:05:04 -0500 Subject: [PATCH] Remove explicit run time requires in favor of automatically generated ones https://docs.fedoraproject.org/en-US/packaging-guidelines/Python/#_automatically_generated_dependencies --- python-trustme.spec | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/python-trustme.spec b/python-trustme.spec index f56fd77..35b45a6 100644 --- a/python-trustme.spec +++ b/python-trustme.spec @@ -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 - 0.6.0-4 +- Remove explicit run time requires in favor of automatically generated ones + * Wed Jul 29 2020 Fedora Release Engineering - 0.6.0-3 - Rebuilt for https://fedoraproject.org/wiki/Fedora_33_Mass_Rebuild