From a851789de9591b7dd6b651eecafe0944d002a532 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 29 Nov 2021 21:45:08 +0100 Subject: [PATCH] python3Packages.karton-dashboard: fix build --- pkgs/development/python-modules/karton-dashboard/default.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/karton-dashboard/default.nix b/pkgs/development/python-modules/karton-dashboard/default.nix index ad7d87138569..08eeed7141ae 100644 --- a/pkgs/development/python-modules/karton-dashboard/default.nix +++ b/pkgs/development/python-modules/karton-dashboard/default.nix @@ -10,6 +10,7 @@ buildPythonPackage rec { pname = "karton-dashboard"; version = "1.2.1"; + format = "setuptools"; src = fetchFromGitHub { owner = "CERT-Polska"; @@ -28,7 +29,7 @@ buildPythonPackage rec { postPatch = '' substituteInPlace requirements.txt \ --replace "Flask==1.1.1" "Flask" \ - --replace "prometheus-client==0.9.0" "prometheus-client" + --replace "prometheus-client==0.10.0" "prometheus-client" ''; # Project has no tests. pythonImportsCheck requires MinIO configuration