Commit 8b132f47 authored by Sigmanificient's avatar Sigmanificient
Browse files

alerta: migrate to pyproject

parent abd5b0ef
Loading
Loading
Loading
Loading
+4 −2
Original line number Diff line number Diff line
@@ -7,14 +7,16 @@
python3.pkgs.buildPythonApplication (finalAttrs: {
  pname = "alerta";
  version = "8.5.3";
  format = "setuptools";
  pyproject = true;

  src = fetchPypi {
    inherit (finalAttrs) pname version;
    hash = "sha256-ePvT2icsgv+io5aDDUr1Zhfodm4wlqh/iqXtNkFhS10=";
  };

  propagatedBuildInputs = with python3.pkgs; [
  build-system = with python3.pkgs; [ setuptools ];

  dependencies = with python3.pkgs; [
    six
    click
    requests