mongodb: use cheetah3

This commit is contained in:
Robert Schütz
2022-12-03 18:54:42 -08:00
parent 1d3f70b5fb
commit 23f36e463e

View File

@@ -64,8 +64,9 @@ let
} else rec {
python = scons.python.withPackages (ps: with ps; [
pyyaml
setuptools
typing
cheetah
cheetah3
]);
scons = sconsPackages.scons_3_1_2;