fix py-setuptools (#3217)

This commit is contained in:
Denis Davydov 2017-02-23 00:15:23 +01:00 committed by Todd Gamblin
parent c9f705ffc2
commit 60b7e13e1a

View file

@ -43,7 +43,9 @@ class PySetuptools(PythonPackage):
version('16.0', '0ace0b96233516fc5f7c857d086aa3ad')
version('11.3.1', '01f69212e019a2420c1693fb43593930')
depends_on('python@2.6:2.7,3.3:')
# FIXME: when we use 2.6:2.7, spack spec llvm tries to install non-existing
# python@2.7 instead of python@2.7.13
depends_on('python@2.6:2.7.99,3.3:')
# Previously, setuptools vendored all of its dependencies to allow
# easy bootstrapping. As of version 34.0.0, this is no longer done