Avoid including files under __pycache__ twice

The glob above already includes the __pycache__ folder and all the files
in it.
This commit is contained in:
Kalev Lember 2019-07-19 10:29:42 +03:00
parent 1f4ff59f6c
commit 9aec0b1b6d

View File

@ -105,7 +105,6 @@ find %{buildroot} -type f -name "*.la" | xargs %{__rm}
%files -n python3-%{realname}
%dir %{python3_sitearch}/bytesize
%{python3_sitearch}/bytesize/*
%{python3_sitearch}/bytesize/__pycache__/*
%endif
%if %{with_tools}