mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
salttesting: remove unused package
It was added as a dependency of Salt, which no longer depends on it.
This commit is contained in:
parent
83902b4696
commit
7b7d8ddbca
@ -1,20 +0,0 @@
|
||||
{ stdenv, fetchurl, pythonPackages }:
|
||||
|
||||
pythonPackages.buildPythonApplication rec {
|
||||
name = "SaltTesting-${version}";
|
||||
version = "2016.9.7";
|
||||
|
||||
disabled = pythonPackages.isPy3k;
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://pypi/S/SaltTesting/${name}.tar.gz";
|
||||
sha256 = "0vcw1b1176qm9nkic3sbxh6vnv9kpd9kgyqz5fpsp5jnb2hsf1qx";
|
||||
};
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/saltstack/salt-testing;
|
||||
description = "Common testing tools used in the Salt Stack projects";
|
||||
maintainers = with maintainers; [ aneeshusa ];
|
||||
license = licenses.asl20;
|
||||
};
|
||||
}
|
@ -22882,8 +22882,6 @@ in modules // {
|
||||
};
|
||||
};
|
||||
|
||||
salttesting = callPackage ../tools/admin/salt/testing.nix {};
|
||||
|
||||
sandboxlib = buildPythonPackage rec {
|
||||
name = "sandboxlib-${version}";
|
||||
version = "0.31";
|
||||
|
Loading…
Reference in New Issue
Block a user