We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3f0a6e1 commit 3bf1d9bCopy full SHA for 3bf1d9b
1 file changed
var/spack/repos/builtin/packages/py-singledispatch/package.py
@@ -37,6 +37,7 @@ class PySingledispatch(Package):
37
38
depends_on('py-setuptools', type='build')
39
depends_on('py-six')
40
+ depends_on('py-ordereddict', when="^python@:2.6.999")
41
42
def install(self, spec, prefix):
43
setup_py('install', '--prefix={0}'.format(prefix))
0 commit comments