pythonPackages.singledispatch: fix build
This commit is contained in:
parent
99d360177d
commit
b8d3b7faf6
@ -2,6 +2,8 @@
|
||||
, buildPythonPackage
|
||||
, fetchPypi
|
||||
, six
|
||||
, setuptools-scm
|
||||
, toml
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
@ -13,6 +15,11 @@ buildPythonPackage rec {
|
||||
sha256 = "58b46ce1cc4d43af0aac3ac9a047bdb0f44e05f0b2fa2eec755863331700c865";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
setuptools-scm
|
||||
toml
|
||||
];
|
||||
|
||||
propagatedBuildInputs = [ six ];
|
||||
|
||||
# pypi singledispatch tarbal does not contain tests
|
||||
|
Loading…
Reference in New Issue
Block a user