python3Packages.inflect: add missing dependencies
This commit is contained in:
parent
3c347d5585
commit
49137f7b3f
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
||||||
{ buildPythonPackage, fetchPypi, setuptools_scm, nose, six, importlib-metadata }:
|
{ buildPythonPackage, fetchPypi, setuptools_scm, nose, six, importlib-metadata, toml }:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
pname = "inflect";
|
pname = "inflect";
|
||||||
|
@ -9,7 +9,7 @@ buildPythonPackage rec {
|
||||||
sha256 = "def6f3791be9181f0c01e0bf5949304007ec6e04c6674fbef7cc49c657b8a9a5";
|
sha256 = "def6f3791be9181f0c01e0bf5949304007ec6e04c6674fbef7cc49c657b8a9a5";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = [ setuptools_scm ];
|
nativeBuildInputs = [ setuptools_scm toml ];
|
||||||
propagatedBuildInputs = [ six importlib-metadata ];
|
propagatedBuildInputs = [ six importlib-metadata ];
|
||||||
checkInputs = [ nose ];
|
checkInputs = [ nose ];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue