python3-sqlparse: Add missing rdep on mypy module for ptests

This is needed for fixing

Failed ptests:
{'python3-sqlparse': ['tests/test_cli.py:test_encoding_stdout[encoding_gbk.sql-gbk]',
                      'tests/test_cli.py:test_encoding_output_file[encoding_gbk.sql-gbk]',
                      'tests/test_cli.py:test_encoding_stdin[encoding_gbk.sql-gbk]']}

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
This commit is contained in:
Khem Raj
2024-09-26 11:15:56 -07:00
parent b2436fc20d
commit 683dd79ede

View File

@@ -16,6 +16,7 @@ export HOST_SYS
inherit pypi ptest python_hatchling
RDEPENDS:${PN}-ptest += "\
python3-mypy \
python3-pytest \
python3-unittest-automake-output \
python3-unixadmin \