|
|
@@ -23,7 +23,7 @@
|
|
|
|
|
|
# package version
|
|
|
%define V_python 2.7
|
|
|
-%define V_setuptools 29.0.0
|
|
|
+%define V_setuptools 29.0.1
|
|
|
%define V_setuptools_git 1.1
|
|
|
%define V_setuptools_scm 1.15.0
|
|
|
%define V_pip 9.0.1
|
|
|
@@ -41,7 +41,7 @@ Class: EVAL
|
|
|
Group: Language
|
|
|
License: PSF/ZPL
|
|
|
Version: %{V_python}
|
|
|
-Release: 20161126
|
|
|
+Release: 20161127
|
|
|
|
|
|
# list of sources
|
|
|
Source0: https://files.pythonhosted.org/packages/source/s/setuptools/setuptools-%{V_setuptools}.tar.gz
|
|
|
@@ -103,6 +103,8 @@ PreReq: OpenPKG, openpkg >= 20160101, python >= %{V_python}
|
|
|
%build
|
|
|
( cd setuptools-%{V_setuptools}
|
|
|
mv "setuptools/script (dev).tmpl" "setuptools/script-dev.tmpl"
|
|
|
+ rm -f "build/lib/setuptools/command/launcher manifest.xml"
|
|
|
+ rm -f "setuptools/command/launcher manifest.xml"
|
|
|
) || exit $?
|
|
|
|
|
|
%install
|