X-Git-Url: http://git.pld-linux.org/?a=blobdiff_plain;f=python-geventhttpclient.spec;h=18b6b7f56adf7c1f9178b81cdd83b3c47eeed377;hb=64aabb6e2c3868841600e80b61255251211090b2;hp=e65af0873f7e7ad024a26bbbc107f138e29fde5d;hpb=7dc0e0a6594b101042712935c5a1dea49e032588;p=packages%2Fpython-geventhttpclient.git diff --git a/python-geventhttpclient.spec b/python-geventhttpclient.spec index e65af08..18b6b7f 100644 --- a/python-geventhttpclient.spec +++ b/python-geventhttpclient.spec @@ -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}