pepper: remove after being marked broken for over 18 months

It was marked in commit 58fd044ad0 by Frederik Rietdijk on 2020-08-29 (commited on 2020-08-29)
This commit is contained in:
ajs124 2022-06-02 17:51:51 +02:00
parent e2e7c44a9e
commit 50788a3831
2 changed files with 0 additions and 28 deletions

View File

@ -1,26 +0,0 @@
{ lib
, python3Packages
, salt
}:
python3Packages.buildPythonApplication rec {
pname = "salt-pepper";
version = "0.7.5";
src = python3Packages.fetchPypi {
inherit pname version;
sha256 = "1wh6yidwdk8jvjpr5g3azhqgsk24c5rlzmw6l86dmi0mpvmxm94w";
};
buildInputs = with python3Packages; [ setuptools setuptools-scm salt ];
checkInputs = with python3Packages; [
pytest mock pyzmq pytest-rerunfailures pytest-cov cherrypy tornado
];
meta = with lib; {
description = "A CLI front-end to a running salt-api system";
homepage = "https://github.com/saltstack/pepper";
maintainers = [ maintainers.pierrer ];
license = licenses.asl20;
broken = true; # ModuleNotFoundError: No module named 'pytestsalt'
};
}

View File

@ -9215,8 +9215,6 @@ with pkgs;
pell = callPackage ../applications/misc/pell { };
pepper = callPackage ../tools/admin/salt/pepper { };
perceptualdiff = callPackage ../tools/graphics/perceptualdiff { };
percona-xtrabackup = percona-xtrabackup_8_0;