Merge pull request #118288 from TeofilC/supervisor-redundant-dep
pythonPackages.supervisor: drop meld3 dependency
This commit is contained in:
commit
6629be4f46
|
@ -1,6 +1,5 @@
|
||||||
{ stdenv, lib, buildPythonPackage, isPy3k, fetchPypi
|
{ stdenv, lib, buildPythonPackage, isPy3k, fetchPypi
|
||||||
, mock
|
, mock
|
||||||
, meld3
|
|
||||||
, pytest
|
, pytest
|
||||||
, setuptools
|
, setuptools
|
||||||
}:
|
}:
|
||||||
|
@ -22,7 +21,7 @@ buildPythonPackage rec {
|
||||||
pytest
|
pytest
|
||||||
'';
|
'';
|
||||||
|
|
||||||
propagatedBuildInputs = [ meld3 setuptools ];
|
propagatedBuildInputs = [ setuptools ];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "A system for controlling process state under UNIX";
|
description = "A system for controlling process state under UNIX";
|
||||||
|
|
Loading…
Reference in New Issue