python-pelican: add missing 'markupsafe' dependency

Needed to be able to run 'make serve' in a pelican directory, else this
happens:

  $ make serve
  cd /home/bfo/pelican-test/output && python -m pelican.server
  /run/current-system/sw/bin/python: No module named markupsafe
  make: *** [serve] Error 1
This commit is contained in:
Bjørn Forsman 2015-04-12 17:14:52 +02:00
parent 6e0d0636a1
commit 48b5ad912f

View file

@ -7798,7 +7798,7 @@ let
propagatedBuildInputs = with self; [
jinja2 pygments docutils pytz unidecode six dateutil feedgenerator
blinker pillow beautifulsoup4
blinker pillow beautifulsoup4 markupsafe
];
meta = {