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
@@ -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