Because python3 no longer provides python3-typing package, so modify RDEPENDS.
Signed-off-by: Zheng Ruoqin <[email protected]> --- .../recipes-devtools/python/python3-repoze.lru_0.7.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb b/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb index e709bd71..0f782eea 100644 --- a/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb +++ b/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb @@ -14,5 +14,5 @@ SRC_URI[sha256sum] = "0429a75e19380e4ed50c0694e26ac8819b4ea7851ee1fc7583c8572db8 inherit setuptools3 pypi RDEPENDS_${PN} += " \ - python3-typing \ + python3-netclient \ " -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6085): https://lists.yoctoproject.org/g/meta-virtualization/message/6085 Mute This Topic: https://lists.yoctoproject.org/mt/78310734/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
