py-pyrsistent: need link dep on python (#24788)
This commit is contained in:
parent
0b9b3f6f79
commit
94e5c1d078
@ -16,6 +16,6 @@ class PyPyrsistent(PythonPackage):
|
||||
|
||||
version('0.15.7', sha256='cdc7b5e3ed77bed61270a47d35434a30617b9becdf2478af76ad2c6ade307280')
|
||||
|
||||
depends_on('python@2.7:2.8,3.5:', type=('build', 'run'))
|
||||
depends_on('python@2.7:2.8,3.5:', type=('build', 'link', 'run'))
|
||||
depends_on('py-setuptools', type='build')
|
||||
depends_on('py-six', type=('build', 'run'))
|
||||
|
Loading…
Reference in New Issue
Block a user