pythonPackages.supervisor: drop meld3 dependency
supervisor no longer depends on meld3 as of version 4.1.0
This commit is contained in:
parent
7ed2b59f28
commit
0777994864
@ -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
Block a user