From ce2252d6434acf88d618ab4aaeaf830efd305a8c Mon Sep 17 00:00:00 2001 From: Tomas Drtina Date: Wed, 3 Sep 2025 14:16:27 +0200 Subject: [PATCH] python3Packages.greynoise: fix build --- pkgs/development/python-modules/greynoise/default.nix | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/greynoise/default.nix b/pkgs/development/python-modules/greynoise/default.nix index 935b0220e619..0b9631179569 100644 --- a/pkgs/development/python-modules/greynoise/default.nix +++ b/pkgs/development/python-modules/greynoise/default.nix @@ -9,6 +9,7 @@ click-default-group, click-repl, dict2xml, + hatchling, jinja2, more-itertools, requests, @@ -21,7 +22,7 @@ buildPythonPackage rec { pname = "greynoise"; version = "3.0.1"; - format = "setuptools"; + pyproject = true; disabled = pythonOlder "3.6"; @@ -32,7 +33,11 @@ buildPythonPackage rec { hash = "sha256-wJDO666HC3EohfR+LbG5F0Cp/eL7q4kXniWhJfc7C3s="; }; - propagatedBuildInputs = [ + build-system = [ + hatchling + ]; + + dependencies = [ click ansimarkup cachetools