lektor: fix "ImportError: No module named pkg_resources"

This commit is contained in:
Raphael Borun Das Gupta
2020-04-21 07:42:35 +02:00
committed by Frederik Rietdijk
parent 7856c8ba5d
commit 5dc6f02d77
@@ -19,6 +19,7 @@
, pytest-click , pytest-click
, isPy27 , isPy27
, functools32 , functools32
, setuptools
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@@ -34,7 +35,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
click watchdog exifread requests mistune inifile Babel jinja2 click watchdog exifread requests mistune inifile Babel jinja2
flask pyopenssl ndg-httpsclient flask pyopenssl ndg-httpsclient setuptools
] ++ lib.optionals isPy27 [ functools32 ]; ] ++ lib.optionals isPy27 [ functools32 ];
checkInputs = [ checkInputs = [