diff options
| author | Khem Raj <raj.khem@gmail.com> | 2024-09-26 11:15:56 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2024-09-26 11:18:03 -0700 |
| commit | 06c66fc3207ab8a301a5390e1f3d04069a4cc397 (patch) | |
| tree | 579de9e4645b2eec0e4672b5c5f09b4c7717bc5d /meta-python/recipes-devtools/python/python3-sqlparse_0.5.1.bb | |
| parent | c2705fa6c9ce190dd5a38689c9cb4c55e013a64b (diff) | |
| download | meta-openembedded-06c66fc3207ab8a301a5390e1f3d04069a4cc397.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>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-sqlparse_0.5.1.bb')
| -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 \ |
