Remove dead code (no more easy_install)

This commit is contained in:
Miro Hrončok 2021-02-02 15:47:30 +01:00
parent 6aa5613f3f
commit f9a6c0db66

View File

@ -159,10 +159,6 @@ mkdir -p %{buildroot}%{python_wheeldir}
install -p dist/%{python_wheelname} -t %{buildroot}%{python_wheeldir}
%endif
%if %{without main_python}
rm %{buildroot}%{_bindir}/easy_install
%endif
%if %{with tests}
%check
# Verify bundled provides are up to date