Skip to content

Commit

Permalink
fix pbr invocation and blazar install
Browse files Browse the repository at this point in the history
  • Loading branch information
msherman64 committed Dec 19, 2024
1 parent 321b556 commit 9f7df41
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 7 deletions.
3 changes: 1 addition & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
requires = ["pbr>=6.0.0", "setuptools>=64.0.0"]
build-backend = "pbr.build"


[project]
requires-python = ">=3.8"
name = "python-chi"
Expand All @@ -28,7 +27,7 @@ dependencies = [
"keystoneauth1",
"openstacksdk",
"paramiko",
"git+https://github.com/ChameleonCloud/python-blazarclient",
"python-blazarclient @ git+https://github.com/ChameleonCloud/python-blazarclient",
"python-cinderclient",
"python-glanceclient",
"python-ironicclient",
Expand Down
6 changes: 1 addition & 5 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,4 @@

from setuptools import setup

setup(
setup_requires=["pbr"],
pbr=True,
version='{{VERSION_PLACEHOLDER}}'
)
setup(setup_requires=["pbr"])

0 comments on commit 9f7df41

Please sign in to comment.