← Back to team overview

sts-sponsors team mailing list archive

[Merge] ~ack/maas/+git/maas-release-tools:keyring-dep into ~maas-committers/maas/+git/maas-release-tools:main

 

Alberto Donato has proposed merging ~ack/maas/+git/maas-release-tools:keyring-dep into ~maas-committers/maas/+git/maas-release-tools:main.

Commit message:
add keyring dependency for launchpadlib



Requested reviews:
  MAAS Committers (maas-committers)

For more details, see:
https://code.launchpad.net/~ack/maas/+git/maas-release-tools/+merge/440400
-- 
Your team MAAS Committers is requested to review the proposed merge of ~ack/maas/+git/maas-release-tools:keyring-dep into ~maas-committers/maas/+git/maas-release-tools:main.
diff --git a/pyproject.toml b/pyproject.toml
index e1ecd7b..1b98085 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -11,6 +11,7 @@ description = "MAAS release tools"
 readme = "README.md"
 dependencies = [
   "jira",
+  "keyring", # needed by launchpadlib, but not pulled in automatically
   "launchpadlib",
   "pymacaroons",
   "python-debian",

Follow ups