Don't unnecessarily remove egg-info directory

This has never been needed.
This commit is contained in:
Maxwell G 2023-10-20 01:43:19 +00:00
parent eefdf30840
commit a6a50901c2
No known key found for this signature in database
GPG Key ID: F79E4E25E8C661F8

View File

@ -33,8 +33,6 @@ Summary: %{summary}
%prep %prep
%autosetup -n %{pypi_name}-%{version} %autosetup -n %{pypi_name}-%{version}
# Remove bundled egg-info
rm -rf %{pypi_name}.egg-info
%build %build
%py3_build %py3_build