Skip to content

Commit

Permalink
Merge pull request #145 from juju-solutions/bug/pip-setuptools-legacy
Browse files Browse the repository at this point in the history
Fix deploy error due to new pip / old setuptools conflict
  • Loading branch information
johnsca authored Aug 19, 2019
2 parents 7cb1b66 + 5042aad commit 22d76e0
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion wheelhouse.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,7 @@
pip>=18.1,<19.2
# pip is pinned to <19.0 to avoid https://github.com/pypa/pip/issues/6164
# even with installing setuptools before upgrading pip ends up with pip seeing
# the older setuptools at the system level if include_system_packages is true
pip>=18.1,<19.0
setuptools<42
setuptools-scm<=1.17.0
charmhelpers>=0.4.0,<1.0.0
Expand Down

0 comments on commit 22d76e0

Please sign in to comment.