Drop redundant commands from %prep

This commit is contained in:
Miro Hrončok 2023-11-20 15:58:35 +01:00
parent 972855ee85
commit a7d4fd6c2f

View File

@ -29,12 +29,8 @@ theme used for Flask & related projects.
%prep %prep
ls -alh
%setup -qn alabaster-%{version} %setup -qn alabaster-%{version}
# Remove bundled eggs
rm -rf alabaster.egg-info
%build %build
%py3_build %py3_build