From 60ca44a6de17aa762a29fc6a955914326c217122 Mon Sep 17 00:00:00 2001 From: Sigmanificient Date: Fri, 20 Mar 2026 01:45:04 +0100 Subject: [PATCH] python3Packages.pyathena: fix build --- pkgs/development/python-modules/pyathena/default.nix | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/pyathena/default.nix b/pkgs/development/python-modules/pyathena/default.nix index a88929a8733a..cef051f8f92e 100644 --- a/pkgs/development/python-modules/pyathena/default.nix +++ b/pkgs/development/python-modules/pyathena/default.nix @@ -7,6 +7,7 @@ fetchPypi, fsspec, hatchling, + hatch-vcs, pandas, pyarrow, python-dateutil, @@ -24,7 +25,10 @@ buildPythonPackage rec { hash = "sha256-YOc1YTRUZxNT+Iqa2vZH8QwdwQ2mdJGaDVmTOSsFt6s="; }; - build-system = [ hatchling ]; + build-system = [ + hatchling + hatch-vcs + ]; dependencies = [ boto3