py-lockfile: depends on py-pbr by setup.py (#17524)

This commit is contained in:
darmac 2020-07-15 10:34:59 +08:00 committed by GitHub
parent 14f3f230c1
commit 28a25080ca
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -23,3 +23,4 @@ class PyLockfile(PythonPackage):
version('0.10.2', sha256='9e42252f17d1dd89ee31745e0c4fbe58862c25147eb0ef5295c9cd9bcb4ea2c1')
depends_on("py-setuptools", type='build')
depends_on("py-pbr", type='build')