python-packages multiprocessing: remove package

multiprocessing is a backport for Python 2.4 and 2.5. Both versions are
not supported on Nix. This removes the multiprocessing package.
This commit is contained in:
Frederik Rietdijk 2015-09-15 13:26:05 +02:00
parent ca769a679a
commit 3633a3b6f1

View file

@ -8505,15 +8505,6 @@ let
};
};
multiprocessing = buildPythonPackage rec {
name = "multiprocessing-2.6.2.1";
src = pkgs.fetchurl {
url = "https://pypi.python.org/packages/source/m/multiprocessing/${name}.tar.gz";
md5 = "5cc484396c040102116ccc2355379c72";
};
};
munkres = buildPythonPackage rec {
name = "munkres-1.0.6";