pythonpackages.targetcli_fb: Remove outdated package

This commit is contained in:
adisbladis 2017-10-28 23:06:52 +08:00
parent 2170a73d5c
commit cb7caad4e9
No known key found for this signature in database
GPG key ID: ED58F95069B004F5

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}";