python.pkgs.billiard: add psutil to propagatedBuildInputs
This commit is contained in:
parent
e70cf2cd44
commit
8dcc98e80b
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
{ stdenv, buildPythonPackage, fetchPypi, isPyPy, pytest, case }:
|
||||
{ stdenv, buildPythonPackage, fetchPypi, isPyPy, pytest, case, psutil }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "billiard";
|
||||
|
@ -10,7 +10,7 @@ buildPythonPackage rec {
|
|||
sha256 = "756bf323f250db8bf88462cd042c992ba60d8f5e07fc5636c24ba7d6f4261d84";
|
||||
};
|
||||
|
||||
buildInputs = [ pytest case ];
|
||||
checkInputs = [ pytest case psutil ];
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
homepage = https://github.com/celery/billiard;
|
||||
|
|
Loading…
Reference in a new issue