summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Doffman <mark.doffman@codethink.co.uk>2014-03-07 17:48:22 +0000
committerMark Doffman <mark.doffman@codethink.co.uk>2014-03-10 21:23:33 +0000
commit8e83a64792ad81e432a660e3fa8cb563020412af (patch)
tree735c9676e47a2f88a3b68ccb1240602d3c210c68
parent196a36fbdd31f67d212d1f5fb5538d23a497cf80 (diff)
downloadlorries-8e83a64792ad81e432a660e3fa8cb563020412af.tar.gz
Add lxml and cython, dependencies for libvirt-python.
-rw-r--r--open-source-lorries/cython.lorry6
-rw-r--r--open-source-lorries/python-lxml.lorry6
2 files changed, 12 insertions, 0 deletions
diff --git a/open-source-lorries/cython.lorry b/open-source-lorries/cython.lorry
new file mode 100644
index 0000000..6784843
--- /dev/null
+++ b/open-source-lorries/cython.lorry
@@ -0,0 +1,6 @@
+{
+ "cython": {
+ "type": "git",
+ "url": "git://github.com/cython/cython.git"
+ }
+}
diff --git a/open-source-lorries/python-lxml.lorry b/open-source-lorries/python-lxml.lorry
new file mode 100644
index 0000000..2a305ba
--- /dev/null
+++ b/open-source-lorries/python-lxml.lorry
@@ -0,0 +1,6 @@
+{
+ "python-lxml": {
+ "type": "git",
+ "url": "git://github.com/lxml/lxml.git"
+ }
+}