summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python
diff options
context:
space:
mode:
authorzhengruoqin <zhengrq.fnst@cn.fujitsu.com>2020-11-17 22:11:42 +0800
committerBruce Ashfield <bruce.ashfield@gmail.com>2020-11-19 11:10:39 -0500
commit912a7d5f33bda5bfe51aa71def880b0716a08a83 (patch)
treeb2ef93c677d5c16ab12f8166f74ac263fd17d34f /meta-openstack/recipes-devtools/python
parent6dacb7a34f2acaefb905d5e2e432a7fd2ed5a3de (diff)
downloadmeta-cloud-services-912a7d5f33bda5bfe51aa71def880b0716a08a83.tar.gz
python3-paste: remove RDEPENDS
Because python3 no longer provides python3-typing package, it is removed from 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-paste_3.5.0.bb4
1 files changed, 0 insertions, 4 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-paste_3.5.0.bb b/meta-openstack/recipes-devtools/python/python3-paste_3.5.0.bb
index 2be69ea..086766d 100644
--- a/meta-openstack/recipes-devtools/python/python3-paste_3.5.0.bb
+++ b/meta-openstack/recipes-devtools/python/python3-paste_3.5.0.bb
@@ -10,7 +10,3 @@ SRC_URI[md5sum] = "90c56e0f84c58ca4841c0df0bcfc11d9"
10SRC_URI[sha256sum] = "1b095c42dc91d426f3ae85101796b14d265887f8f36f3aad143a5f29effdc39d" 10SRC_URI[sha256sum] = "1b095c42dc91d426f3ae85101796b14d265887f8f36f3aad143a5f29effdc39d"
11 11
12inherit setuptools3 pypi 12inherit setuptools3 pypi
13
14RDEPENDS_${PN} += " \
15 python3-typing \
16"