From 51da4621cd15c85958fa62e54e3baa7193ba6d75 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Mon, 6 May 2024 13:47:40 +0200 Subject: [PATCH] python312Packages.cyclonedx-python-lib: refactor --- .../python-modules/cyclonedx-python-lib/default.nix | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/pkgs/development/python-modules/cyclonedx-python-lib/default.nix b/pkgs/development/python-modules/cyclonedx-python-lib/default.nix index b6f1f8fbe892..89cd5f6f1046 100644 --- a/pkgs/development/python-modules/cyclonedx-python-lib/default.nix +++ b/pkgs/development/python-modules/cyclonedx-python-lib/default.nix @@ -35,12 +35,15 @@ buildPythonPackage rec { hash = "sha256-z+QBjMT0L7dqCJvbwok9TWQajIPzmAq3XPLWFxmhPsk="; }; - nativeBuildInputs = [ + build-system = [ poetry-core + ]; + + nativeBuildInputs = [ pythonRelaxDepsHook ]; - propagatedBuildInputs = [ + dependencies = [ importlib-metadata license-expression packageurl-python