diff options
author | Khem Raj <raj.khem@gmail.com> | 2024-09-26 11:15:56 -0700 |
---|---|---|
committer | Khem Raj <raj.khem@gmail.com> | 2024-11-19 13:13:24 -0800 |
commit | 683dd79ede8c2504d581aeb8bffea6c7a85a5dc5 (patch) | |
tree | 30300130cb7e254f36eee991894267a26ab2e1bb | |
parent | b2436fc20d9d78875ab3d2b5790d154dfb72e866 (diff) | |
download | meta-openembedded-683dd79ede8c2504d581aeb8bffea6c7a85a5dc5.tar.gz |
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>
-rw-r--r-- | meta-python/recipes-devtools/python/python3-sqlparse_0.5.1.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-python/recipes-devtools/python/python3-sqlparse_0.5.1.bb b/meta-python/recipes-devtools/python/python3-sqlparse_0.5.1.bb index 62de2327cb..daf67607f7 100644 --- a/meta-python/recipes-devtools/python/python3-sqlparse_0.5.1.bb +++ b/meta-python/recipes-devtools/python/python3-sqlparse_0.5.1.bb | |||
@@ -16,6 +16,7 @@ export HOST_SYS | |||
16 | inherit pypi ptest python_hatchling | 16 | inherit pypi ptest python_hatchling |
17 | 17 | ||
18 | RDEPENDS:${PN}-ptest += "\ | 18 | RDEPENDS:${PN}-ptest += "\ |
19 | python3-mypy \ | ||
19 | python3-pytest \ | 20 | python3-pytest \ |
20 | python3-unittest-automake-output \ | 21 | python3-unittest-automake-output \ |
21 | python3-unixadmin \ | 22 | python3-unixadmin \ |