py-anytree: Add dep py-six@1.9.0 as required by setup.py (#26603)

Co-authored-by: Adam J. Stewart <ajstewart426@gmail.com>
This commit is contained in:
Bernhard Kaindl
2021-10-08 21:36:12 +02:00
committed by GitHub
parent 88c33686fd
commit f1f614ee9f

View File

@@ -16,3 +16,5 @@ class PyAnytree(PythonPackage):
version('2.8.0', sha256='3f0f93f355a91bc3e6245319bf4c1d50e3416cc7a35cc1133c1ff38306bbccab')
depends_on('py-setuptools', type='build')
depends_on('py-six@1.9.0:', type=('build', 'run'))
depends_on('py-ordereddict', when='^python@:2.6', type=('build', 'run'))