From 4bcafd0531e939ad8ec10fbe387a3aa5a9cc5147 Mon Sep 17 00:00:00 2001 From: Tiago Gomes Date: Thu, 19 Mar 2015 17:26:20 +0000 Subject: Add pysendfile It is needed for the OpenStack Ironic service. Change-Id: I773a22fed77abda27f3e2e8302f0cd45b3996f0b --- open-source-lorries/python-packages.lorry | 4 ++++ 1 file changed, 4 insertions(+) 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" } } -- cgit v1.2.1