summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-12-15 15:21:15 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-12-21 17:16:14 -0500
commitfab72f68ae17fa4608e400e45c326433d97cbad1 (patch)
treeda53851a81ffeb901415a7263e80f2e29ffa958f
parent72bf92515d75f438f9c959cf5420d18472d2e276 (diff)
downloadmeta-cloud-services-fab72f68ae17fa4608e400e45c326433d97cbad1.tar.gz
python3-httpretty: change RDEPENDS
Because python3 no longer provides python3-typing package, so modify RDEPENDS. Signed-off-by: Zheng Ruoqin <zhengrq.fnst@cn.fujitsu.com> Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb2
1 files changed, 1 insertions, 1 deletions
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} = " \
20 ${PYTHON_PN}-crypt \ 20 ${PYTHON_PN}-crypt \
21 ${PYTHON_PN}-logging \ 21 ${PYTHON_PN}-logging \
22 ${PYTHON_PN}-json \ 22 ${PYTHON_PN}-json \
23 ${PYTHON_PN}-typing \ 23 ${PYTHON_PN}-core \
24" 24"