summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-10-09 16:52:54 +0100
committerFrancisco Redondo Marchena <francisco.marchena@codethink.co.uk>2014-10-09 16:52:54 +0100
commit9d3b12e9548af8457558e550b6ce98a7e465bf61 (patch)
treec1a63e2b78c450ca2130679786f1331d83643564
parent2793ba74e4e926f0aaad7f82356cf1a06b4b2234 (diff)
parent5290e8620092339933fb54cb96141565b1fc4fec (diff)
downloadlorries-9d3b12e9548af8457558e550b6ce98a7e465bf61.tar.gz
Merge branch 'baserock/franred/add-openstack-decorator-and-sqlparse'
Reviewed-by: Sam Thursfield <sam.thursfield@codethink.co.uk> Richard Maw <richard.maw@codethink.co.uk> Merged-by: Francisco Redondo Marchena <francisco.marchena@codethink.co.uk>
-rw-r--r--open-source-lorries/python-packages.lorry8
1 files changed, 8 insertions, 0 deletions
diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry
index 2dec529..de68f75 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -31,6 +31,10 @@
"type": "hg",
"url": "https://bitbucket.org/pypa/pypi"
},
+ "python-packages/python-decorator": {
+ "type": "tarball",
+ "url": "https://pypi.python.org/packages/source/d/decorator/decorator-3.4.0.tar.gz"
+ },
"python-packages/defusedxml": {
"type": "hg",
"url": "https://bitbucket.org/tiran/defusedxml"
@@ -269,6 +273,10 @@
"type": "git",
"url": "git://github.com/stackforge/sqlalchemy-migrate.git"
},
+ "python-packages/sqlparse": {
+ "type": "git",
+ "url": "git://github.com/andialbrecht/sqlparse.git"
+ },
"python-packages/subunit": {
"type": "bzr",
"url": "lp:subunit"