python.pkgs.kombu: add Pyro4 to checkInputs
This commit is contained in:
parent
8dcc98e80b
commit
d3675b5f77
@ -1,4 +1,4 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi, pytest, case, pytz, amqp }:
|
{ lib, buildPythonPackage, fetchPypi, pytest, case, pytz, Pyro4, amqp }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "kombu";
|
pname = "kombu";
|
||||||
@ -13,7 +13,7 @@ buildPythonPackage rec {
|
|||||||
substituteInPlace requirements/test.txt --replace "pytest-sugar" ""
|
substituteInPlace requirements/test.txt --replace "pytest-sugar" ""
|
||||||
'';
|
'';
|
||||||
|
|
||||||
checkInputs = [ pytest case pytz ];
|
checkInputs = [ pytest case pytz Pyro4 ];
|
||||||
|
|
||||||
propagatedBuildInputs = [ amqp ];
|
propagatedBuildInputs = [ amqp ];
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user