summary refs log tree commit diff
diff options
context:
space:
mode:
authorannalee <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2023-11-21 03:05:11 +0000
committerannalee <150648636+a-n-n-a-l-e-e@users.noreply.github.com>2023-11-21 03:05:11 +0000
commita8e066abd642485b0cbb670be8eda0f475bd35cb (patch)
tree7eecbfb9e928df1076682212ae1dbd3c1e765704
parentfa436286e6704a99e37e17eef3987fb77c330f8f (diff)
python311Packages.awswrangler: add pyparsing module for checkPhase
-rw-r--r--pkgs/development/python-modules/awswrangler/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/awswrangler/default.nix b/pkgs/development/python-modules/awswrangler/default.nix
index 54ad818bb8a19..e8680180571e3 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
   ];