mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-01 11:22:58 +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=";
|
hash = "sha256-z+QBjMT0L7dqCJvbwok9TWQajIPzmAq3XPLWFxmhPsk=";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [
|
build-system = [
|
||||||
poetry-core
|
poetry-core
|
||||||
|
];
|
||||||
|
|
||||||
|
nativeBuildInputs = [
|
||||||
pythonRelaxDepsHook
|
pythonRelaxDepsHook
|
||||||
];
|
];
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
dependencies = [
|
||||||
importlib-metadata
|
importlib-metadata
|
||||||
license-expression
|
license-expression
|
||||||
packageurl-python
|
packageurl-python
|
||||||
|
Loading…
Reference in New Issue
Block a user