Unverified Commit a8e066ab authored by annalee's avatar annalee
Browse files

python311Packages.awswrangler: add pyparsing module for checkPhase

parent fa436286
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -16,6 +16,7 @@
, pyarrow
, pymysql
, pyodbc
, pyparsing
, pytestCheckHook
, pythonOlder
, redshift-connector
@@ -57,6 +58,7 @@ buildPythonPackage rec {

  nativeCheckInputs = [
    moto
    pyparsing
    pytestCheckHook
  ];