← Back to team overview

sts-sponsors team mailing list archive

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

 

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

Commit message:
add dep for python-jenkins



Requested reviews:
  MAAS Committers (maas-committers)

For more details, see:
https://code.launchpad.net/~ack/maas/+git/maas-release-tools/+merge/434781
-- 
Your team MAAS Committers is requested to review the proposed merge of ~ack/maas/+git/maas-release-tools:jenkins-dep into ~maas-committers/maas/+git/maas-release-tools:main.
diff --git a/setup.cfg b/setup.cfg
index fc54be8..ab3012c 100644
--- a/setup.cfg
+++ b/setup.cfg
@@ -11,8 +11,9 @@ install_requires =
     launchpadlib
     packaging
     pymacaroons
-    requests
     python-debian
+    python-jenkins
+    requests
 
 [options.entry_points]
 console_scripts =

Follow ups