python3Packages.jupytext: fix deps

This commit is contained in:
Jonathan Ringer 2020-11-05 15:37:49 -08:00
parent d4873aa586
commit c4e36c4f0f

View file

@ -3,6 +3,7 @@
, nbformat , nbformat
, pytest , pytest
, pyyaml , pyyaml
, toml
}: }:
buildPythonPackage rec { buildPythonPackage rec {
@ -17,6 +18,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [ propagatedBuildInputs = [
pyyaml pyyaml
nbformat nbformat
toml
] ++ lib.optionals isPy27 [ mock ]; # why they put it in install_requires, who knows ] ++ lib.optionals isPy27 [ mock ]; # why they put it in install_requires, who knows
checkInputs = [ checkInputs = [