From 2be9752124af5928b4122b527c418a4faa243ca6 Mon Sep 17 00:00:00 2001 From: Khem Raj Date: Thu, 21 Nov 2024 21:41:32 -0800 Subject: [PATCH] python3-typer: Move ptest rdeps to ptest package Signed-off-by: Khem Raj --- meta-python/recipes-devtools/python/python3-typer_0.13.1.bb | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/meta-python/recipes-devtools/python/python3-typer_0.13.1.bb b/meta-python/recipes-devtools/python/python3-typer_0.13.1.bb index 465d747829..e7879caafe 100644 --- a/meta-python/recipes-devtools/python/python3-typer_0.13.1.bb +++ b/meta-python/recipes-devtools/python/python3-typer_0.13.1.bb @@ -24,18 +24,17 @@ PYPI_PACKAGE = "typer" RDEPENDS:${PN} += "\ python3-click \ - python3-rich \ - python3-shellingham \ python3-typing-extensions \ " # python3-misc for webbrowser module RDEPENDS:${PN}-ptest += "\ - python3-coverage \ python3-misc \ python3-mypy \ python3-pytest \ python3-pytest-cov \ python3-pytest-xdist \ + python3-rich \ + python3-shellingham \ python3-toml \ python3-unittest-automake-output \ "