diff --git a/python-txtorcon.changes b/python-txtorcon.changes index ae5cf28..7513a1a 100644 --- a/python-txtorcon.changes +++ b/python-txtorcon.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue Jun 21 21:03:14 UTC 2022 - Ben Greiner + +- Actually requires twisted[tls]: python-Twisted-tls + ------------------------------------------------------------------- Wed Apr 20 11:49:40 UTC 2022 - pgajdos@suse.com diff --git a/python-txtorcon.spec b/python-txtorcon.spec index 8cf2cbf..8978e3a 100644 --- a/python-txtorcon.spec +++ b/python-txtorcon.spec @@ -29,14 +29,14 @@ BuildRequires: %{python_module setuptools >= 36.2} BuildRequires: fdupes BuildRequires: python-rpm-macros Requires: python-Automat -Requires: python-Twisted >= 15.5.0 +Requires: python-Twisted-tls >= 15.5.0 Requires: python-incremental Requires: python-zope.interface >= 3.6.1 BuildArch: noarch # SECTION test requirements BuildRequires: lsof BuildRequires: %{python_module Automat} -BuildRequires: %{python_module Twisted >= 15.5.0} +BuildRequires: %{python_module Twisted-tls >= 15.5.0} BuildRequires: %{python_module zope.interface >= 3.6.1} %if %{with python2} BuildRequires: python-ipaddress