Skip to content

Commit e02d529

Browse files
author
Jakub Ruzicka
committed
Remove runtime dependency on python-pbr.
1 parent 6a6c8d7 commit e02d529

File tree

2 files changed

+1
-5
lines changed

2 files changed

+1
-5
lines changed

keystoneclient/__init__.py

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,7 @@
1313
# License for the specific language governing permissions and limitations
1414
# under the License.
1515

16-
import pbr.version
17-
18-
19-
__version__ = pbr.version.VersionInfo('python-keystoneclient').version_string()
16+
__version__ = "REDHATKEYSTONECLIENTVERSION"
2017

2118
__all__ = [
2219
# Modules

setup.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,4 @@
1818
import setuptools
1919

2020
setuptools.setup(
21-
setup_requires=['pbr'],
2221
pbr=True)

0 commit comments

Comments
 (0)