Commit efcd99da authored by tea's avatar tea
Browse files

lib4sbom: move to development/python-modules

parent ccaadda9
Loading
Loading
Loading
Loading
+8 −4
Original line number Diff line number Diff line
{ 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
  ];

+2 −0
Original line number Diff line number Diff line
@@ -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 {