Merge pull request #118288 from TeofilC/supervisor-redundant-dep
pythonPackages.supervisor: drop meld3 dependency
This commit is contained in:
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user