Disable the [curio] extra
This commit is contained in:
parent
939c8a2210
commit
d1c83c1bba
@ -1,13 +1,13 @@
|
|||||||
%global pypi_name dnspython
|
%global pypi_name dnspython
|
||||||
%global rctag %{nil}
|
%global rctag %{nil}
|
||||||
|
|
||||||
|
# curio is discontinued upstream and not ready for Python 3.12
|
||||||
|
%bcond_with curio
|
||||||
%if 0%{?rhel}
|
%if 0%{?rhel}
|
||||||
%bcond_with trio
|
%bcond_with trio
|
||||||
%bcond_with curio
|
|
||||||
%bcond_with doh
|
%bcond_with doh
|
||||||
%else
|
%else
|
||||||
%bcond_without trio
|
%bcond_without trio
|
||||||
%bcond_without curio
|
|
||||||
%bcond_without doh
|
%bcond_without doh
|
||||||
%endif
|
%endif
|
||||||
|
|
||||||
@ -41,6 +41,9 @@ manipulation of DNS zones, messages, names, and records.
|
|||||||
%description %_description
|
%description %_description
|
||||||
%package -n python3-dns
|
%package -n python3-dns
|
||||||
Summary: %{summary}
|
Summary: %{summary}
|
||||||
|
%if %{without curio} && ! 0%{?rhel}
|
||||||
|
Obsoletes: python3-dns+curio < 2.3.0-6
|
||||||
|
%endif
|
||||||
|
|
||||||
%description -n python3-dns %_description
|
%description -n python3-dns %_description
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user