Skip to content

Commit

Permalink
Update requirements with new format for git
Browse files Browse the repository at this point in the history
Update the requirements.txt with the new module @ git... format for
python-apt that works much better with pip 22+; this is so that pip
*doesn't* go to pypi to try to resolve the module if it doesn't 'match'
as the module is more formally defined (although it might just be a bug
in pip).

Also bump python-apt to 2.5.3 tag as that's the latest version.
  • Loading branch information
ajkavanagh committed Nov 6, 2023
1 parent 83decc1 commit 2b2a9aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
python-apt @ git+https://git.launchpad.net/[email protected]
ruamel.yaml
theblues
libcharmstore
Expand All @@ -9,9 +10,6 @@ SecretStorage # LP: #1923727
macaroonbakery
pymacaroons
tenacity
distutils-extra-python # needed by python-apt
# python-apt available in pypi is too old, so using upstream's git repo with a tag.
git+https://git.launchpad.net/[email protected]#egg=python-apt
charmcraft<3.0 # stick to the 2.x series
# to generate html reports
Jinja2
Expand Down

0 comments on commit 2b2a9aa

Please sign in to comment.