summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-10 12:42:19 +0000
committerSam Thursfield <sam.thursfield@codethink.co.uk>2015-03-10 12:42:19 +0000
commit298fd8b2feb8bbf3ea39375aae97a9cf24de03a4 (patch)
tree33b04f5cafa296242a3b1f170988f36310f2c3c1
parent7a751793dc7356d6d3ae58146fdf6d1b684f4b24 (diff)
downloadlorries-298fd8b2feb8bbf3ea39375aae97a9cf24de03a4.tar.gz
Add pygerrit to python-packages
This is a Python wrapper library for the Gerrit REST API. It's used the by ansible-gerrit modules.
-rw-r--r--open-source-lorries/python-packages.lorry4
1 files changed, 4 insertions, 0 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index 0ce3700..e76844b 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -342,6 +342,10 @@
"type": "git",
"url": "git://github.com/pyflakes/pyflakes.git"
},
+ "python-packages/pygerrit": {
+ "type": "git",
+ "url": "git://github.com/sonyxperiadev/pygerrit"
+ },
"python-packages/pygments": {
"type": "hg",
"url": "https://bitbucket.org/birkenfeld/pygments-main"