Merge pull request #325961 from qubitnano/mongodbpython

mongodb: pin scons to python311
This commit is contained in:
Marcus Ramberg 2024-07-25 01:10:01 +02:00 committed by GitHub
commit 064aae17eb
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -13,7 +13,7 @@
, openldap
, openssl
, libpcap
, python3
, python311
, curl
, Security
, CoreFoundation
@ -33,7 +33,7 @@ with lib;
}:
let
scons = buildPackages.scons;
scons = buildPackages.scons.override{ python3 = python311; };
python = scons.python.withPackages (ps: with ps; [
pyyaml
cheetah3