python3Packages.tzdata: add setuptools to nativeBuildInputs

This commit is contained in:
Martin Weinelt
2022-09-18 15:41:45 +02:00
committed by Vladimír Čunát
parent 7b5db3faac
commit 1aba4df60d
@@ -5,6 +5,7 @@
, pytest-subtests
, pytestCheckHook
, pythonOlder
, setuptools
}:
buildPythonPackage rec {
@@ -17,6 +18,10 @@ buildPythonPackage rec {
hash = "sha256-i1NqjsY9wHUTQrOYQZOjEY+Pyir+JXUrubf//TmFUtM=";
};
nativeBuildInputs = [
setuptools
];
checkInputs = [
pytestCheckHook
pytest-subtests