[packages/python-certifi] drop unneeded py3 copy

glen glen at pld-linux.org
Tue Nov 3 15:54:50 CET 2015


commit 05e882b4ba3e4ecf6cf93b62615cdc1f25854257
Author: Elan Ruusamäe <glen at delfi.ee>
Date:   Tue Nov 3 16:54:45 2015 +0200

    drop unneeded py3 copy

 python-certifi.spec | 7 -------
 1 file changed, 7 deletions(-)
---
diff --git a/python-certifi.spec b/python-certifi.spec
index c615ad5..abccb7f 100644
--- a/python-certifi.spec
+++ b/python-certifi.spec
@@ -51,11 +51,6 @@ project.
 %prep
 %setup -q -n %{module}-%{version}
 
-# setup copy of source in py3 dir
-set -- *
-install -d py3
-cp -a "$@" py3
-
 %build
 %if %{with python2}
 %{__python} setup.py build --build-base build-2 %{?with_tests:test}
@@ -94,10 +89,8 @@ rm -rf $RPM_BUILD_ROOT
 %defattr(644,root,root,755)
 %doc README.rst
 %{py_sitescriptdir}/%{module}
-%if "%{py_ver}" > "2.4"
 %{py_sitescriptdir}/%{module}-%{version}-py*.egg-info
 %endif
-%endif
 
 %if %{with python3}
 %files -n python3-%{module}
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/python-certifi.git/commitdiff/05e882b4ba3e4ecf6cf93b62615cdc1f25854257



More information about the pld-cvs-commit mailing list