diff options
| author | zhengruoqin <zhengrq.fnst@cn.fujitsu.com> | 2020-11-10 14:47:31 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-11-14 23:18:08 -0500 |
| commit | 3ab396210e8c9dc8cfd40ba169bbc2cd35557f17 (patch) | |
| tree | 22e9d05ac43da294cabc70d6441ac76a462b5af5 /meta-openstack/recipes-devtools/python/python3-paste_3.5.0.bb | |
| parent | fb90d42bad61c46f26cefc81b91a039b7b64dd66 (diff) | |
| download | meta-cloud-services-3ab396210e8c9dc8cfd40ba169bbc2cd35557f17.tar.gz | |
python3-paste: upgrade 3.4.6 -> 3.5.0
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/python3-paste_3.5.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-paste_3.5.0.bb | 16 |
1 files changed, 16 insertions, 0 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 new file mode 100644 index 0000000..2be69ea --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-paste_3.5.0.bb | |||
| @@ -0,0 +1,16 @@ | |||
| 1 | DESCRIPTION = "Tools for using a Web Server Gateway Interface stack" | ||
| 2 | HOMEPAGE = "http://pythonpaste.org/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "MIT" | ||
| 5 | LIC_FILES_CHKSUM = "file://docs/license.txt;md5=1798f29d55080c60365e6283cb49779c" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "Paste" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "90c56e0f84c58ca4841c0df0bcfc11d9" | ||
| 10 | SRC_URI[sha256sum] = "1b095c42dc91d426f3ae85101796b14d265887f8f36f3aad143a5f29effdc39d" | ||
| 11 | |||
| 12 | inherit setuptools3 pypi | ||
| 13 | |||
| 14 | RDEPENDS_${PN} += " \ | ||
| 15 | python3-typing \ | ||
| 16 | " | ||
