python311Packages.awswrangler: add pyparsing module for checkPhase

This commit is contained in:
annalee
2023-11-21 03:05:11 +00:00
parent fa436286e6
commit a8e066abd6
@@ -16,6 +16,7 @@
, pyarrow
, pymysql
, pyodbc
, pyparsing
, pytestCheckHook
, pythonOlder
, redshift-connector
@@ -57,6 +58,7 @@ buildPythonPackage rec {
nativeCheckInputs = [
moto
pyparsing
pytestCheckHook
];