python{2,3}Packages.apprise: fix missing dependencies

Add the missing dependencies on gntp
This commit is contained in:
Jean-François Roche 2020-10-18 22:18:30 +02:00
parent af87635776
commit 7dd73b3a4f
No known key found for this signature in database
GPG Key ID: D1D09DE169EA19A0

View File

@ -1,6 +1,6 @@
{ lib, buildPythonPackage, fetchPypi
, Babel, requests, requests_oauthlib, six, click, markdown, pyyaml
, pytestrunner, coverage, flake8, mock, pytest, pytestcov, tox
, pytestrunner, coverage, flake8, mock, pytest, pytestcov, tox, gntp, sleekxmpp
}:
buildPythonPackage rec {
@ -19,7 +19,7 @@ buildPythonPackage rec {
];
checkInputs = [
pytestrunner coverage flake8 mock pytest pytestcov tox
pytestrunner coverage flake8 mock pytest pytestcov tox gntp sleekxmpp
];
meta = with lib; {