From a8e066abd642485b0cbb670be8eda0f475bd35cb Mon Sep 17 00:00:00 2001 From: annalee <150648636+a-n-n-a-l-e-e@users.noreply.github.com> Date: Tue, 21 Nov 2023 03:05:11 +0000 Subject: [PATCH] python311Packages.awswrangler: add pyparsing module for checkPhase --- pkgs/development/python-modules/awswrangler/default.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/development/python-modules/awswrangler/default.nix b/pkgs/development/python-modules/awswrangler/default.nix index 54ad818bb8a1..e8680180571e 100644 --- a/pkgs/development/python-modules/awswrangler/default.nix +++ b/pkgs/development/python-modules/awswrangler/default.nix @@ -16,6 +16,7 @@ , pyarrow , pymysql , pyodbc +, pyparsing , pytestCheckHook , pythonOlder , redshift-connector @@ -57,6 +58,7 @@ buildPythonPackage rec { nativeCheckInputs = [ moto + pyparsing pytestCheckHook ];