Commit 68843533 authored by Gaetan Lepage's avatar Gaetan Lepage
Browse files

dmarc-metrics-exporter: clean

parent 9c0e4b3b
Loading
Loading
Loading
Loading
+2 −4
Original line number Diff line number Diff line
@@ -8,8 +8,6 @@ python3.pkgs.buildPythonApplication rec {
  pname = "dmarc-metrics-exporter";
  version = "1.1.0";

  disabled = python3.pythonOlder "3.8";

  pyproject = true;

  src = fetchFromGitHub {
@@ -21,11 +19,11 @@ python3.pkgs.buildPythonApplication rec {

  pythonRelaxDeps = true;

  nativeBuildInputs = with python3.pkgs; [
  build-system = with python3.pkgs; [
    poetry-core
  ];

  propagatedBuildInputs =
  dependencies =
    with python3.pkgs;
    [
      bite-parser