python310Packages.timezonefinder: update dependencies

This commit is contained in:
Robert Schütz
2023-01-19 12:10:04 -08:00
parent 4f50411cfc
commit 586a286586
@@ -1,12 +1,14 @@
{ lib
, buildPythonPackage
, fetchFromGitHub
, cffi
, h3
, numba
, numpy
, poetry-core
, pytestCheckHook
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
@@ -24,10 +26,13 @@ buildPythonPackage rec {
};
nativeBuildInputs = [
cffi
poetry-core
setuptools
];
propagatedBuildInputs = [
cffi
h3
numpy
];