aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatarAgustin Henze <tin@sluc.org.ar>2015-08-26 06:59:39 -0300
committerLibravatarAgustin Henze <tin@sluc.org.ar>2015-08-26 07:00:40 -0300
commitbad67109ebef2662f8b3710bb0bbff53e02b11e8 (patch)
tree3ae43f61534c1d2e4dcb67b2d6d76116c1e87fc4
parent6fb178e2c6f931602bb2bc909040bf44d6e045d0 (diff)
downloadnikola-bad67109ebef2662f8b3710bb0bbff53e02b11e8.tar.bz2
nikola-bad67109ebef2662f8b3710bb0bbff53e02b11e8.tar.xz
nikola-bad67109ebef2662f8b3710bb0bbff53e02b11e8.tar.zst
Add Recommends on python-ws4py and python-watchdog for `nikola auto` (Closes: #795769)
-rw-r--r--debian/control6
1 files changed, 4 insertions, 2 deletions
diff --git a/debian/control b/debian/control
index 72341be..ed28918 100644
--- a/debian/control
+++ b/debian/control
@@ -22,7 +22,7 @@ Build-Depends:
python-imaging,
python-natsort,
python-dateutil,
- python-requests (>= 2.2.0)
+ python-requests (>= 2.2.0),
Standards-Version: 3.9.6
X-Python-Version: >= 2.7
Homepage: http://getnikola.com/
@@ -53,6 +53,8 @@ Recommends:
python-requests,
python-typogrify,
python-livereload,
+ python-ws4py,
+ python-watchdog,
Suggests:
python-jinja2,
python-feedparser,
@@ -65,7 +67,7 @@ Suggests:
python-creoleparser,
txt2tags,
node-less,
- python-pygal
+ python-pygal,
Description: simple yet powerful and flexible static website and blog generator
Nikola is a static site and blog generator. Feed information to it on one
side and get a ready-to-deploy website on the other.