Unverified Commit aa61f124 authored by Yt's avatar Yt Committed by GitHub
Browse files

treewide: remove superfluous pythonOlder "3.6" (#479910)

parents 6c496706 70f39947
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -25,8 +25,6 @@ python3.pkgs.buildPythonApplication rec {

  doCheck = false;

  disabled = python3.pythonOlder "3.6";

  meta = {
    homepage = "https://alerta.io";
    description = "Alerta Monitoring System command-line interface";
+0 −2
Original line number Diff line number Diff line
@@ -17,8 +17,6 @@ python3.pkgs.buildPythonApplication rec {
    hash = "sha256-3h3QtBDKswTDL7zNM2C4VWiGCqknm/bxhP9sw4ieIcQ=";
  };

  disabled = python3.pythonOlder "3.6";

  build-system = with python3.pkgs; [
    setuptools
  ];
+0 −1
Original line number Diff line number Diff line
@@ -11,7 +11,6 @@ python3.pkgs.buildPythonApplication rec {
  pname = "nimbo";
  version = "0.3.0";
  format = "setuptools";
  disabled = python3.pythonOlder "3.6";

  src = fetchFromGitHub {
    owner = "nimbo-sh";
+0 −2
Original line number Diff line number Diff line
@@ -9,8 +9,6 @@ python3.pkgs.buildPythonApplication rec {
  version = "2.13.3";
  pyproject = true;

  disabled = python3.pythonOlder "3.6";

  src = fetchFromGitHub {
    owner = "RDFLib";
    repo = "pylode";
+0 −2
Original line number Diff line number Diff line
@@ -9,8 +9,6 @@ python3.pkgs.buildPythonApplication rec {
  version = "1.8";
  pyproject = true;

  disabled = python3.pkgs.pythonOlder "3.6";

  src = fetchFromGitHub {
    owner = "simonw";
    repo = "shot-scraper";
Loading