odoo: fix package: use werkzeug v1

This commit is contained in:
Maciej Krüger
2022-02-01 13:25:06 +01:00
parent 7a7876a90b
commit e062e44e65
@@ -5,10 +5,15 @@
, python3Packages
, nodePackages
, wkhtmltopdf
, callPackage
}:
with python3Packages;
let
werkzeug = python3Packages.callPackage ../../../development/python-modules/werkzeug/1.nix {};
in
buildPythonApplication rec {
pname = "odoo";