Skip to content

Commit

Permalink
Fix charm install hook by pinning setuptools (#60)
Browse files Browse the repository at this point in the history
- pin setuptools to be able to install without errors
- Setuptools 71 will prefer installed dependencies over the
  vendored ones and this is currently breaking the instalation

More details can be found at:
- pypa/setuptools#4483
- pypa/packaging-problems#342
  • Loading branch information
gabrielcocenza authored Feb 12, 2025
1 parent d6446d6 commit 7542cba
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/wheelhouse.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
# https://github.com/pypa/setuptools/issues/4483
setuptools==70.0.0

0 comments on commit 7542cba

Please sign in to comment.