py-requests-unixsocket: add missing py-pbr dependency (#25241)

This commit is contained in:
Adam J. Stewart 2021-08-09 05:40:10 -05:00 committed by GitHub
parent 534b5d28e8
commit 250a08ab7a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -15,5 +15,6 @@ class PyRequestsUnixsocket(PythonPackage):
version('0.2.0', sha256='9e5c1a20afc3cf786197ae59c79bcdb0e7565f218f27df5f891307ee8817c1ea')
depends_on('py-setuptools', type='build')
depends_on('py-pbr', type='build')
depends_on('py-requests@1.1:', type=('build', 'run'))
depends_on('py-urllib3@1.8:', type=('build', 'run'))