diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-11-17 22:10:36 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-11-19 11:10:39 -0500 |
| commit | 67e5a5c8ac0b18187fdbb0494447e5425572de1c (patch) | |
| tree | c86edd0644839dac2fc9a30837e8f51bb3f26b8b /meta-openstack/recipes-devtools/python | |
| parent | 2a5facf0299c31cd960b7a65016b8ee8b23e92c9 (diff) | |
| download | meta-cloud-services-67e5a5c8ac0b18187fdbb0494447e5425572de1c.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>
Diffstat (limited to 'meta-openstack/recipes-devtools/python')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-httpretty_1.0.2.bb | 2 |
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 | " |
