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:
parent
1f4ff59f6c
commit
9aec0b1b6d
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user