Add pbr as dep, remove hacking

pbr was coming in transitively. hacking is no longer needed since we're
using pre-commit.

Signed-off-by: Stephen Finucane <stephenfin@redhat.com>
Change-Id: I579f1724257d4f1fedb6b40b7d0c06e116b16fd7
This commit is contained in:
Stephen Finucane
2025-06-30 16:30:54 +01:00
parent d202424fc9
commit 1c5a1f7dee
2 changed files with 1 additions and 2 deletions

View File

@@ -1 +1,2 @@
openstacksdk>=0.13.0 # Apache-2.0
pbr!=2.1.0,>=2.0.0 # Apache-2.0

View File

@@ -1,5 +1,3 @@
hacking>=6.1.0,<6.2.0 # Apache-2.0
coverage!=4.4,>=4.0 # Apache-2.0
fixtures>=3.0.0 # Apache-2.0/BSD
jsonschema>=3.2.0 # MIT