Path setup.py, remove distribute dependency

epel9
Yohan Graterol 12 years ago
parent 7a5b71f784
commit f56e913a12

@ -21,6 +21,8 @@ Pure-Python RSA implementation
%prep
%setup -q -n %{pkgname}-%{version}
rm -rf %{pkgname}-*.egg-info
sed -i "/from distribute_setup import use_setuptools/d" setup.py
sed -i "/use_setuptools('0.6.10')/d" setup.py
%build
%{__python} setup.py build

Loading…
Cancel
Save