Because python3 no longer provides python3-typing package, so modify RDEPENDS.
Signed-off-by: Zheng Ruoqin <[email protected]> --- .../recipes-devtools/python/python3-httpretty_1.0.2.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb b/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb index 0b8f1927..07427460 100644 --- a/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb +++ b/meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb @@ -20,5 +20,5 @@ RDEPENDS_${PN} = " \ ${PYTHON_PN}-crypt \ ${PYTHON_PN}-logging \ ${PYTHON_PN}-json \ - ${PYTHON_PN}-typing \ + ${PYTHON_PN}-core \ " -- 2.25.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#6084): https://lists.yoctoproject.org/g/meta-virtualization/message/6084 Mute This Topic: https://lists.yoctoproject.org/mt/78310728/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-virtualization/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
