diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-11-10 09:22:14 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-11-14 23:16:41 -0500 |
| commit | dd6217d3e0f34ba062cebf6b4151853ee5759de4 (patch) | |
| tree | 193f65dcec0f0c9a556d20829c70f837c35669df /meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb | |
| parent | 5540933a070b1873735d4ce6bc730e5717c8d8f2 (diff) | |
| download | meta-cloud-services-dd6217d3e0f34ba062cebf6b4151853ee5759de4.tar.gz | |
python3-repoze.lru: Add RDEPENDS
Signed-off-by: Zang Ruochen <zangrc.fnst@cn.fujitsu.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-repoze.lru_0.7.bb | 4 |
1 files changed, 4 insertions, 0 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 323ad76..e709bd7 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 | |||
| @@ -12,3 +12,7 @@ SRC_URI[md5sum] = "c08cc030387e0b1fc53c5c7d964b35e2" | |||
| 12 | SRC_URI[sha256sum] = "0429a75e19380e4ed50c0694e26ac8819b4ea7851ee1fc7583c8572db80aff77" | 12 | SRC_URI[sha256sum] = "0429a75e19380e4ed50c0694e26ac8819b4ea7851ee1fc7583c8572db80aff77" |
| 13 | 13 | ||
| 14 | inherit setuptools3 pypi | 14 | inherit setuptools3 pypi |
| 15 | |||
| 16 | RDEPENDS_${PN} += " \ | ||
| 17 | python3-typing \ | ||
| 18 | " | ||
