From c85e6a14e8282db855bd82aee0422c4bbe749966 Mon Sep 17 00:00:00 2001 From: Miro HronĨok Date: Apr 07 2021 13:49:27 +0000 Subject: Get rid of the %(echo | tr) call now when the macro has been enhanced --- diff --git a/python-hypothesis.spec b/python-hypothesis.spec index d731d6b..75ebf96 100644 --- a/python-hypothesis.spec +++ b/python-hypothesis.spec @@ -49,7 +49,7 @@ Summary: %{summary} %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: # codemods: libcst # dpcontracts: dpcontracts @@ -63,8 +63,7 @@ sed -i -e '/sphinx.ext.intersphinx/d' docs/conf.py %generate_buildrequires -# RFE to avoid the tr: https://bugzilla.redhat.com/show_bug.cgi?id=1936486 -%pyproject_buildrequires %{?with_tests:-x %(echo %{extras} | tr ' ' ',')} +%pyproject_buildrequires %{?with_tests:-x %{extras}} %build