python{2,3}Packages.apprise: fix missing dependencies
Add the missing dependencies on gntp
This commit is contained in:
parent
af87635776
commit
7dd73b3a4f
@ -1,6 +1,6 @@
|
|||||||
{ lib, buildPythonPackage, fetchPypi
|
{ lib, buildPythonPackage, fetchPypi
|
||||||
, Babel, requests, requests_oauthlib, six, click, markdown, pyyaml
|
, 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 {
|
buildPythonPackage rec {
|
||||||
@ -19,7 +19,7 @@ buildPythonPackage rec {
|
|||||||
];
|
];
|
||||||
|
|
||||||
checkInputs = [
|
checkInputs = [
|
||||||
pytestrunner coverage flake8 mock pytest pytestcov tox
|
pytestrunner coverage flake8 mock pytest pytestcov tox gntp sleekxmpp
|
||||||
];
|
];
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user