mirror of
git://git.openembedded.org/meta-openembedded
synced 2026-08-13 19:49:59 +00:00
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:
parent
b2436fc20d
commit
683dd79ede
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user