Merge pull request #74766 from pacien/matrix-nio-cachetools
python3Packages.matrix-nio: add missing dependency (cachetools)
This commit is contained in:
commit
62f08bef6a
@ -1,6 +1,6 @@
|
|||||||
{ lib, buildPythonPackage, fetchFromGitHub, git,
|
{ lib, buildPythonPackage, fetchFromGitHub, git,
|
||||||
attrs, future, peewee, h11, h2, atomicwrites, pycryptodome, sphinx, Logbook, jsonschema,
|
attrs, future, peewee, h11, h2, atomicwrites, pycryptodome, sphinx, Logbook, jsonschema,
|
||||||
python-olm, unpaddedbase64, aiohttp }:
|
python-olm, unpaddedbase64, aiohttp, cachetools }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "nio";
|
pname = "nio";
|
||||||
@ -36,6 +36,7 @@ buildPythonPackage rec {
|
|||||||
python-olm
|
python-olm
|
||||||
unpaddedbase64
|
unpaddedbase64
|
||||||
aiohttp
|
aiohttp
|
||||||
|
cachetools
|
||||||
];
|
];
|
||||||
|
|
||||||
doCheck = false;
|
doCheck = false;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user