diff options
author | 2020-12-15 15:21:35 +0800 | |
---|---|---|
committer | 2020-12-21 17:16:14 -0500 | |
commit | 72bf92515d75f438f9c959cf5420d18472d2e276 (patch) | |
tree | 65456755d2209c10c8141e1a350fd58ffb30db82 | |
parent | 01f244828abf152d5572795ded7eb13588f0af57 (diff) | |
download | meta-cloud-services-72bf92515d75f438f9c959cf5420d18472d2e276.tar.gz meta-cloud-services-72bf92515d75f438f9c959cf5420d18472d2e276.tar.bz2 meta-cloud-services-72bf92515d75f438f9c959cf5420d18472d2e276.zip |
python3-repoze.lru: 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-repoze.lru_0.7.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb b/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb index e709bd71..0f782eea 100644 --- a/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb +++ b/meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb @@ -14,5 +14,5 @@ SRC_URI[sha256sum] = "0429a75e19380e4ed50c0694e26ac8819b4ea7851ee1fc7583c8572db8 inherit setuptools3 pypi RDEPENDS_${PN} += " \ - python3-typing \ + python3-netclient \ " |