py-ruamel-yaml-clib: link to python (#27557)

This commit is contained in:
Adam J. Stewart 2021-11-19 14:35:31 -06:00 committed by GitHub
parent aa934d00e3
commit fd0f0e564d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,5 +13,5 @@ class PyRuamelYamlClib(PythonPackage):
version('0.2.0', sha256='b66832ea8077d9b3f6e311c4a53d06273db5dc2db6e8a908550f3c14d67e718c')
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@28.7.0:', type='build')