Skip to content

Commit e670c79

Browse files
committed
setuptools: use >= 82.0.1 and pbr: use >= 7.0.2
pkg_resources module was removed from setuptools, and pbr version < 7.0.2 was using it. openstack/pbr@1e1c6d5 Signed-off-by: Adrian Vladu <avladu@cloudbasesolutions.com>
1 parent e5a42b0 commit e670c79

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

requirements.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,3 @@
1-
pbr!=2.1.0,>=2.0.0 # Apache-2.0
1+
pbr>=7.0.2 # Apache-2.0
22
six>=1.10.0 # MIT
3+
setuptools>=82.0.0 # MIT

0 commit comments

Comments
 (0)