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 23, 2023
1 parent 7dc18cb commit 704d676
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/python-apt@2.5.3
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/python-apt@2.3.0#egg=python-apt
charmcraft<3.0 # stick to the 2.x series
# to generate html reports
Jinja2
Expand Down

0 comments on commit 704d676

Please sign in to comment.