diff --git a/dev-python/python_setuptools/python_setuptools-5.3.recipe b/dev-python/python_setuptools/python_setuptools-5.3.recipe index 439ed5614..f4b5afb01 100644 --- a/dev-python/python_setuptools/python_setuptools-5.3.recipe +++ b/dev-python/python_setuptools/python_setuptools-5.3.recipe @@ -10,7 +10,7 @@ CHECKSUM_SHA256="238142293c36d2b56c83df1886b4c1fc4af77d0c203c68b8f4e57d8995babfe SOURCE_DIR="setuptools-$portVersion" LICENSE="Python" COPYRIGHT="2006-2014 Python Packaging Authority" -REVISION="1" +REVISION="2" ARCHITECTURES="x86 x86_gcc2 x86_64" PROVIDES=" @@ -48,5 +48,5 @@ INSTALL() # easy_install cannot tolerate not being installed alongside setuptools, # so just delete it. rm $prefix/bin/easy_install - rm $prefix/bin/easy_install-2.6 + rm $prefix/bin/easy_install-2.? }