diff --git a/python-libcst.spec b/python-libcst.spec index e8033b9..5b41260 100644 --- a/python-libcst.spec +++ b/python-libcst.spec @@ -17,13 +17,13 @@ %global flavor @BUILD_FLAVOR@%{nil} -%if "%{flavor}" == "test" -%define psuffix -test -%bcond_without test -%else +# %%if "%%{flavor}" == "test" +# %%define psuffix -test +# %%bcond_without test +# %%else %define psuffix %{nil} %bcond_with test -%endif +# %%endif %define modname libcst %{?sle15_python_module_pythons} Name: python-libcst%{psuffix}