Merge pull request #9873 from FRidh/multiprocessing
python-packages multiprocessing: remove package
This commit is contained in:
@@ -7128,7 +7128,7 @@ let
|
|||||||
|
|
||||||
propagatedBuildInputs = with self; [
|
propagatedBuildInputs = with self; [
|
||||||
requests2 # Needs to be first;
|
requests2 # Needs to be first;
|
||||||
cgroup-utils docker-custom docutils lti multiprocessing pygments pymongo
|
cgroup-utils docker-custom docutils lti pygments pymongo
|
||||||
pyyaml rpyc selenium sh simpleldap tidylib virtual-display web
|
pyyaml rpyc selenium sh simpleldap tidylib virtual-display web
|
||||||
websocket_client
|
websocket_client
|
||||||
];
|
];
|
||||||
@@ -7138,6 +7138,12 @@ let
|
|||||||
md5 = "40474dd6b6d4fc26e47a1d9c77bcf943";
|
md5 = "40474dd6b6d4fc26e47a1d9c77bcf943";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
# Remove multiprocessing
|
||||||
|
# https://github.com/UCL-INGI/INGInious/issues/73
|
||||||
|
patchPhase = ''
|
||||||
|
sed -i '34d' setup.py
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "An intelligent grader that allows secured and automated testing of code made by students.";
|
description = "An intelligent grader that allows secured and automated testing of code made by students.";
|
||||||
homepage = "https://github.com/UCL-INGI/INGInious";
|
homepage = "https://github.com/UCL-INGI/INGInious";
|
||||||
@@ -8499,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 {
|
munkres = buildPythonPackage rec {
|
||||||
name = "munkres-1.0.6";
|
name = "munkres-1.0.6";
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user