|
|
@ -49,7 +49,7 @@ Summary: %{summary}
|
|
|
|
%description -n python%{python3_pkgversion}-hypothesis %{_description}
|
|
|
|
%description -n python%{python3_pkgversion}-hypothesis %{_description}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%global extras cli ghostwriter pytz dateutil lark numpy pandas pytest redis zoneinfo django
|
|
|
|
%global extras cli,ghostwriter,pytz,dateutil,lark,numpy,pandas,pytest,redis,zoneinfo,django
|
|
|
|
# extras with missing deps:
|
|
|
|
# extras with missing deps:
|
|
|
|
# codemods: libcst
|
|
|
|
# codemods: libcst
|
|
|
|
# dpcontracts: dpcontracts
|
|
|
|
# dpcontracts: dpcontracts
|
|
|
@ -63,8 +63,7 @@ sed -i -e '/sphinx.ext.intersphinx/d' docs/conf.py
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%generate_buildrequires
|
|
|
|
%generate_buildrequires
|
|
|
|
# RFE to avoid the tr: https://bugzilla.redhat.com/show_bug.cgi?id=1936486
|
|
|
|
%pyproject_buildrequires %{?with_tests:-x %{extras}}
|
|
|
|
%pyproject_buildrequires %{?with_tests:-x %(echo %{extras} | tr ' ' ',')}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
%build
|
|
|
|
%build
|
|
|
|