From fab72f68ae17fa4608e400e45c326433d97cbad1 Mon Sep 17 00:00:00 2001 From: zhengruoqin Date: Tue, 15 Dec 2020 15:21:15 +0800 Subject: python3-httpretty: change RDEPENDS Because python3 no longer provides python3-typing package, so modify RDEPENDS. Signed-off-by: Zheng Ruoqin Signed-off-by: Bruce Ashfield --- meta-openstack/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 0b8f192..0742746 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 \ " -- cgit v1.2.3-54-g00ecf