py-lazy-object-proxy: add missing py-setuptools-scm dependency (#23842)

Change-Id: I76392841a9973aa7b5ec347b0405a78635989a79
This commit is contained in:
Andreas Baumbach 2021-05-21 18:23:16 +02:00 committed by GitHub
parent d25026677d
commit 38fe1c55b5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -17,4 +17,5 @@ class PyLazyObjectProxy(PythonPackage):
depends_on('python@2.7:2.8,3.4:', type=('build', 'run'))
depends_on('py-setuptools-scm@3.3.1:', type='build', when='@1.4.0:')
depends_on('py-setuptools', type='build')