Skip to content

Commit cc460a6

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "remove pbr as runtime dependency"
2 parents 5e0ee40 + a0c6a89 commit cc460a6

2 files changed

Lines changed: 2 additions & 3 deletions

File tree

keystoneauth1/__init__.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
# License for the specific language governing permissions and limitations
1111
# under the License.
1212

13-
import pbr.version
13+
import importlib.metadata
1414

1515

16-
__version__ = pbr.version.VersionInfo('keystoneauth1').version_string()
16+
__version__ = importlib.metadata.version('keystoneauth1')

requirements.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,6 @@
1111
# of openstack-specific projects (allowing interaction with openstack APIs)
1212
# where oslo and associated transient dependencies are not desired.
1313

14-
pbr>=2.0.0 # Apache-2.0
1514
iso8601>=2.0.0 # MIT
1615
requests>=2.14.2 # Apache-2.0
1716
stevedore>=1.20.0 # Apache-2.0

0 commit comments

Comments
 (0)