odoo: use python39

This commit is contained in:
Robert Schütz 2022-06-06 17:51:56 +00:00 committed by Jonathan Ringer
parent b045199796
commit 37cc04e721
No known key found for this signature in database
GPG Key ID: 5C841D3CFDFEC4E0

View File

@ -1,14 +1,14 @@
{ stdenv { stdenv
, lib , lib
, fetchurl , fetchurl
, python3 , python39
, nodePackages , nodePackages
, wkhtmltopdf , wkhtmltopdf
, nixosTests , nixosTests
}: }:
let let
python = python3.override { python = python39.override {
packageOverrides = self: super: { packageOverrides = self: super: {
click = super.click.overridePythonAttrs (old: rec { click = super.click.overridePythonAttrs (old: rec {
version = "7.1.2"; version = "7.1.2";