summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTiago Gomes <tiago.gomes@codethink.co.uk>2015-03-19 17:26:20 +0000
committerTiago Gomes <tiago.gomes@codethink.co.uk>2015-03-25 12:52:50 +0000
commit4bcafd0531e939ad8ec10fbe387a3aa5a9cc5147 (patch)
tree9d9099b16f111b868565c945f0c9fd8f8d6b47de
parentb60d621a5406b352aec90216ac395033312d2750 (diff)
downloadlorries-4bcafd0531e939ad8ec10fbe387a3aa5a9cc5147.tar.gz
Add pysendfile
It is needed for the OpenStack Ironic service. Change-Id: I773a22fed77abda27f3e2e8302f0cd45b3996f0b
-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 a42244e..6630190 100644
--- a/open-source-lorries/python-packages.lorry
+++ b/open-source-lorries/python-packages.lorry
@@ -671,5 +671,9 @@
"python-packages/mocker":{
"type": "git",
"url": "git://github.com/zyga/mocker"
+ },
+ "python-packages/pysendfile": {
+ "type": "git",
+ "url": "git://github.com/giampaolo/pysendfile"
}
}