Merge pull request #60083 from marsam/python-nikola-add-dependencies

python3Packages.Nikola: add missing extra dependencies
This commit is contained in:
Mario Rodas 2019-04-23 10:29:43 -05:00 committed by GitHub
commit 9d127f2450
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -30,6 +30,8 @@
, toml , toml
, notebook , notebook
, ruamel_yaml , ruamel_yaml
, aiohttp
, watchdog
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -48,7 +50,7 @@ buildPythonPackage rec {
doit pygments pillow dateutil docutils Mako markdown unidecode doit pygments pillow dateutil docutils Mako markdown unidecode
lxml Yapsy PyRSS2Gen Logbook blinker natsort requests piexif Babel lxml Yapsy PyRSS2Gen Logbook blinker natsort requests piexif Babel
# requirements-extras.txt # requirements-extras.txt
phpserialize jinja2 toml notebook ruamel_yaml phpserialize jinja2 toml notebook ruamel_yaml aiohttp watchdog
]; ];
src = fetchPypi { src = fetchPypi {