pythonpackages.rtslib_fb: Remove outdated package

This commit is contained in:
adisbladis 2017-10-28 23:05:21 +08:00
parent 33a56ef0a6
commit 2170a73d5c
No known key found for this signature in database
GPG Key ID: ED58F95069B004F5

View File

@ -18225,22 +18225,6 @@ in {
};
};
rtslib_fb = buildPythonPackage rec {
version = "2.1.fb43";
name = "rtslib-fb-${version}";
src = pkgs.fetchurl {
url = "https://github.com/agrover/rtslib-fb/archive/v${version}.tar.gz";
sha256 = "1b59vyy12g6rix9l2fxx0hjiq33shkb79v57gwffs57vh74wc53v";
};
meta = {
description = "A Python object API for managing the Linux LIO kernel target";
homepage = "https://github.com/agrover/rtslib-fb";
platforms = platforms.linux;
};
};
s3transfer = buildPythonPackage rec {
version = "0.1.10";
name = "s3transfer-${version}";