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
|
||||
, mock
|
||||
, meld3
|
||||
, pytest
|
||||
, setuptools
|
||||
}:
|
||||
|
@ -22,7 +21,7 @@ buildPythonPackage rec {
|
|||
pytest
|
||||
'';
|
||||
|
||||
propagatedBuildInputs = [ meld3 setuptools ];
|
||||
propagatedBuildInputs = [ setuptools ];
|
||||
|
||||
meta = with lib; {
|
||||
description = "A system for controlling process state under UNIX";
|
||||
|
|
Loading…
Reference in New Issue