pythonpackages.targetcli_fb: Remove outdated package

This commit is contained in:
adisbladis
2017-10-30 11:56:05 +08:00
parent 2170a73d5c
commit cb7caad4e9
-21
View File
@@ -19957,27 +19957,6 @@ in {
tabulate = callPackage ../development/python-modules/tabulate { };
targetcli_fb = buildPythonPackage rec {
version = "2.1.fb33";
name = "targetcli-fb-${version}";
src = pkgs.fetchurl {
url = "https://github.com/agrover/targetcli-fb/archive/v${version}.tar.gz";
sha256 = "1zcm0agdpf866020b43fl8zyyyzz6r74mn1sz4xpaa0pinpwjk42";
};
propagatedBuildInputs = with self; [
configshell_fb
rtslib_fb
];
meta = {
description = "A command shell for managing the Linux LIO kernel target";
homepage = "https://github.com/agrover/targetcli-fb";
platforms = platforms.linux;
};
};
taskw = buildPythonPackage rec {
version = "1.0.3";
name = "taskw-${version}";