py-pyrsistent: need link dep on python (#24788)

This commit is contained in:
Adam J. Stewart 2021-07-09 04:58:51 -05:00 committed by GitHub
parent 0b9b3f6f79
commit 94e5c1d078
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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'))