From 9660923e4ea03d8ec48877e8bf1012ba56cbccf0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20P=C3=A9ters?= Date: Mon, 7 Sep 2015 23:28:16 +0200 Subject: [PATCH] debian: add missing python-feedparser dependency --- debian/control | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian/control b/debian/control index b10adc8..41133c0 100644 --- a/debian/control +++ b/debian/control @@ -13,6 +13,7 @@ Depends: ${misc:Depends}, python (>= 2.6), python-django-cms (>= 3), python-django (>= 1.5), - python-django-classy-tags + python-django-classy-tags, + python-feedparser Description: Django CMS plugin framework