From 3f69fa2be28cd499bdc8420d7ed8074d3f4a55cd Mon Sep 17 00:00:00 2001 From: Michael Drake Date: Thu, 14 May 2015 15:21:46 +0000 Subject: Add pelican, and its deps. Pelican has a nice git repo with version tags. For the other two, the pypi package tarball is used. Change-Id: Idc0b8db9512fc5e0f5619b8cad1dca45a88f10b2 --- open-source-lorries/python-packages.lorry | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/open-source-lorries/python-packages.lorry b/open-source-lorries/python-packages.lorry index ad80f8a..b5ab94f 100644 --- a/open-source-lorries/python-packages.lorry +++ b/open-source-lorries/python-packages.lorry @@ -732,5 +732,21 @@ "python-packages/pysaml2": { "type": "git", "url": "https://github.com/rohe/pysaml2.git" + }, + "python-packages/blinker": { + "type": "git", + "url": "https://github.com/jek/blinker.git" + }, + "python-packages/feedgenerator": { + "type": "git", + "url": "https://github.com/getpelican/feedgenerator.git" + }, + "python-packages/unidecode": { + "type": "git", + "url": "https://www.tablix.org/~avian/git/unidecode.git" + }, + "python/pelican": { + "type": "git", + "url": "https://github.com/getpelican/pelican.git" } } -- cgit v1.2.1