]> git.pld-linux.org Git - packages/python-geventhttpclient.git/blobdiff - python-geventhttpclient.spec
drop unneeded py3 copy
[packages/python-geventhttpclient.git] / python-geventhttpclient.spec
index e65af0873f7e7ad024a26bbbc107f138e29fde5d..18b6b7f56adf7c1f9178b81cdd83b3c47eeed377 100644 (file)
@@ -72,11 +72,6 @@ Safe SSL support is provided by default.
 %prep
 %setup -q -n %{module}-%{version}
 
-# setup copy of source in py3 dir
-set -- *
-install -d py3
-cp -a "$@" py3
-
 %build
 %if %{with python2}
 CC="%{__cc}" \
@@ -120,10 +115,8 @@ rm -rf $RPM_BUILD_ROOT
 %dir %{py_sitedir}/geventhttpclient
 %{py_sitedir}/geventhttpclient/*.py[co]
 %attr(755,root,root) %{py_sitedir}/geventhttpclient/*.so
-%if "%{py_ver}" > "2.4"
 %{py_sitedir}/%{module}-%{version}-py*.egg-info
 %endif
-%endif
 
 %if %{with python3}
 %files -n python3-%{module}
This page took 0.226737 seconds and 4 git commands to generate.