Merge pull request #144633 from ncfavier/mathlibtools

mathlibtools: fix build
This commit is contained in:
Bobby Rong 2021-11-05 12:08:51 +08:00 committed by GitHub
commit 43d18e0d76
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
{ lib, buildPythonPackage, fetchPypi, PyGithub, GitPython, toml, click, tqdm,
paramiko, networkx, pydot, pyyaml }:
networkx, pydot, pyyaml, atomicwrites }:
buildPythonPackage rec {
pname = "mathlibtools";
@ -11,7 +11,7 @@ buildPythonPackage rec {
};
propagatedBuildInputs = [
PyGithub GitPython toml click tqdm paramiko networkx pydot pyyaml
PyGithub GitPython toml click tqdm networkx pydot pyyaml atomicwrites
];
# requires internet access