Merge pull request #118288 from TeofilC/supervisor-redundant-dep

pythonPackages.supervisor: drop meld3 dependency
This commit is contained in:
Sandro 2021-04-02 01:50:35 +02:00 committed by GitHub
commit 6629be4f46
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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";