need the excludes that were commented out

epel9
Dan Radez 5 years ago
parent dff48d6c6d
commit aec5be8992

@ -75,10 +75,10 @@ rm -rf html/.{doctrees,buildinfo}
%license LICENSE
%doc README.rst
# These excludes are provided by python3-jaraco
#%exclude %{python3_sitelib}/jaraco/__init__*
#%exclude %{python3_sitelib}/jaraco/__pycache__/__init__*
%exclude %{python3_sitelib}/jaraco/__init__*
%exclude %{python3_sitelib}/jaraco/__pycache__/__init__*
%{python3_sitelib}/jaraco/functools*
#%{python3_sitelib}/jaraco/__pycache__/functools*
%{python3_sitelib}/jaraco/__pycache__/functools*
%{python3_sitelib}/jaraco.functools-%{version}-py?.?.egg-info
%if %{with docs}

Loading…
Cancel
Save