commit 1d91e9e5d0c094dd06e9b896bef61b04a6eb628c
parent a992f5bb4754d9a52d1a3bf13eb35ce93ac3a5e4
Author: Nikolay Korotkiy <sikmir@disroot.org>
Date: Sun, 6 Nov 2022 12:04:47 +0300
tpkutils: fix build
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/pkgs/geospatial/tpkutils/default.nix b/pkgs/geospatial/tpkutils/default.nix
@@ -18,6 +18,7 @@ python3Packages.buildPythonApplication rec {
mercantile
pymbtiles
six
+ setuptools # pkg_resources
];
checkInputs = with python3Packages; [ pytestCheckHook ];