forked from mirrors/nixpkgs
python3Packages.matrix-nio: add missing dependency (cachetools)
This commit is contained in:
parent
509b20a238
commit
d44c0b2d42
|
@ -1,6 +1,6 @@
|
|||
{ lib, buildPythonPackage, fetchFromGitHub, git,
|
||||
attrs, future, peewee, h11, h2, atomicwrites, pycryptodome, sphinx, Logbook, jsonschema,
|
||||
python-olm, unpaddedbase64, aiohttp }:
|
||||
python-olm, unpaddedbase64, aiohttp, cachetools }:
|
||||
|
||||
buildPythonPackage rec {
|
||||
pname = "nio";
|
||||
|
@ -36,6 +36,7 @@ buildPythonPackage rec {
|
|||
python-olm
|
||||
unpaddedbase64
|
||||
aiohttp
|
||||
cachetools
|
||||
];
|
||||
|
||||
doCheck = false;
|
||||
|
|
Loading…
Reference in a new issue