mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-28 18:03:04 +00:00
python312Packages.cyclonedx-python-lib: refactor
This commit is contained in:
parent
e18c33a8e6
commit
51da4621cd
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user