Revert "Make executables point to python2"

f38
Garrett Holmstrom 10 years ago
parent eceb07562b
commit 44908b28d7

@ -16,7 +16,7 @@
Summary: A simple, lightweight interface to Amazon Web Services
Name: python-boto
Version: 2.34.0
Release: 2%{?dist}
Release: 3%{?dist}
License: MIT
Group: Development/Languages
URL: https://github.com/boto/boto
@ -110,14 +110,16 @@ popd
%install
%{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT
%if %{with python3}
# Scripts only work with python2
pushd %{py3dir}
%{__python3} setup.py install --skip-build --root $RPM_BUILD_ROOT
popd
rm -f $RPM_BUILD_ROOT/%{_bindir}/*
%endif # with python3
%{__python2} setup.py install --skip-build --root $RPM_BUILD_ROOT
%check
%if %{with unittests}
@ -167,6 +169,9 @@ popd
%changelog
* Fri Nov 7 2014 Garrett Holmstrom <gholms@fedoraproject.org> - 2.34.0-3
- Re-fix executables (RH #1152444)
* Fri Nov 7 2014 Garrett Holmstrom <gholms@fedoraproject.org> - 2.34.0-2
- Added missing python-requests and python-rsa dependencies
- Disabled unit tests due to rawhide/F21 python regression (RH #1161166:c4)

Loading…
Cancel
Save