comment on unpacking setuptools in host_setuptools recipe

This commit is contained in:
Robert Niederreiter 2016-10-22 13:38:59 +02:00
parent 2cb3124e35
commit cba2e7a30b

View file

@ -15,6 +15,10 @@ class HostSetuptools(Recipe):
hostpython = sh.Command(self.ctx.hostpython)
sh.curl("-O", "https://bootstrap.pypa.io/ez_setup.py")
shprint(hostpython, "./ez_setup.py")
# LINKED SETUPTOOLS CAN CAUSE TROUBLES, UNCOMMENT RETURN IF INSTALLING
# PYTHON PACKAGE FAILS. UNPACKED SETUPTOOLS RESULT IN BDIST_EGG COMMAND
# NOT FOUND
return
# Extract setuptools egg and remove .pth files. Otherwise subsequent
# python package installations using setuptools will raise exceptions.
# Setuptools version 28.3.0