lib4sbom: move to development/python-modules

This commit is contained in:
tea 2024-05-04 07:55:29 +02:00
parent ccaadda9dd
commit efcd99da80
2 changed files with 10 additions and 4 deletions

View file

@ -1,9 +1,13 @@
{ lib
, python3Packages
, buildPythonPackage
, fetchFromGitHub
, pyyaml
, semantic-version
, defusedxml
, pytestCheckHook
}:
python3Packages.buildPythonPackage rec {
buildPythonPackage rec {
pname = "lib4sbom";
version = "0.7.1";
format = "setuptools";
@ -15,13 +19,13 @@ python3Packages.buildPythonPackage rec {
hash = "sha256-UQZZYTRDbUqSH6F8hjhp9L70025cRO3zXQ8Aoznotg4=";
};
propagatedBuildInputs = with python3Packages; [
dependencies = [
pyyaml
semantic-version
defusedxml
];
nativeCheckInputs = with python3Packages; [
nativeCheckInputs = [
pytestCheckHook
];

View file

@ -6564,6 +6564,8 @@ self: super: with self; {
pa-ringbuffer = callPackage ../development/python-modules/pa-ringbuffer { };
lib4sbom = callPackage ../development/python-modules/lib4sbom { };
libais = callPackage ../development/python-modules/libais { };
libarchive-c = callPackage ../development/python-modules/libarchive-c {