#15 Recommend the extras subpackage when possible
Merged 3 years ago by churchyard. Opened 3 years ago by churchyard.
rpms/ churchyard/python-twisted extras_recommends  into  master

file modified
+2 -1
@@ -46,7 +46,8 @@ 

  BuildRequires:  python3dist(zope.interface) >= 4.4.2

  BuildRequires:  python3dist(pyhamcrest) >= 1.9

  

- Recommends:     python3dist(service-identity) >= 18.1

+ %{?python_extras_subpkg:Recommends:  python3-%{pypi_name}+tls}

+ %{!?python_extras_subpkg:Recommends: python3dist(service-identity) >= 18.1}

  

  %description -n python3-%{pypi_name}

  %{common_description}

This is a followup after https://src.fedoraproject.org/rpms/python-twisted/pull-request/14 that just occurred to me. I am not bumping the release for this, it can land with the next rebuild/update.

Pull-Request has been merged by churchyard

3 years ago