diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-11-17 22:11:20 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-11-19 11:10:39 -0500 |
| commit | 6dacb7a34f2acaefb905d5e2e432a7fd2ed5a3de (patch) | |
| tree | 5cb09d1146852aa543b2aef0dba6b138cee8b084 | |
| parent | 67e5a5c8ac0b18187fdbb0494447e5425572de1c (diff) | |
| download | meta-cloud-services-6dacb7a34f2acaefb905d5e2e432a7fd2ed5a3de.tar.gz | |
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 e709bd7..0f782ee 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 | |||
| 14 | inherit setuptools3 pypi | 14 | inherit setuptools3 pypi |
| 15 | 15 | ||
| 16 | RDEPENDS_${PN} += " \ | 16 | RDEPENDS_${PN} += " \ |
| 17 | python3-typing \ | 17 | python3-netclient \ |
| 18 | " | 18 | " |
