From 1f7580a1116676492fdc65199faf1dfef554912e Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Tue, 19 Mar 2024 07:03:58 +0100 Subject: [PATCH] python312Packages.botocore-stubs: refactor --- pkgs/development/python-modules/botocore-stubs/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/botocore-stubs/default.nix b/pkgs/development/python-modules/botocore-stubs/default.nix index 99ac911fa615..0eb05bbae616 100644 --- a/pkgs/development/python-modules/botocore-stubs/default.nix +++ b/pkgs/development/python-modules/botocore-stubs/default.nix @@ -10,7 +10,7 @@ buildPythonPackage rec { pname = "botocore-stubs"; version = "1.34.65"; - format = "pyproject"; + pyproject = true; disabled = pythonOlder "3.7";