Skip to content

Commit

Permalink
build: unpin setuptools and pip in charmcraft.yaml as pypa/setuptools…
Browse files Browse the repository at this point in the history
…_scm#713 is fixed (#313)
  • Loading branch information
DnPlas committed Aug 17, 2023
1 parent 69a13df commit f3311ca
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions charms/istio-gateway/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,4 @@ bases:
channel: '20.04'
parts:
charm:
# Remove when pypa/setuptools_scm#713 gets fixed
charm-python-packages: [setuptools==62.1.0, pip==22.0.4]
charm-python-packages: [setuptools, pip]
3 changes: 1 addition & 2 deletions charms/istio-pilot/charmcraft.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,7 @@ bases:
channel: "20.04"
parts:
charm:
# Remove when pypa/setuptools_scm#713 gets fixed
charm-python-packages: [setuptools==62.1.0, pip==22.0.4]
charm-python-packages: [setuptools, pip]
build-packages: [git]
istioctl:
plugin: dump
Expand Down

0 comments on commit f3311ca

Please sign in to comment.