diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-01-14 09:27:45 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-01-15 16:23:55 -0500 |
| commit | 763406f58235a294fd5ed9f151741196251d450f (patch) | |
| tree | c735b73719732ded91ef6aab9a6d188caac85fcf /meta-openstack/recipes-devtools/python/python-semantic-version_2.4.2.bb | |
| parent | 82b273af481f3ee51f784ef9e7e4473149cd2f2c (diff) | |
| download | meta-cloud-services-763406f58235a294fd5ed9f151741196251d450f.tar.gz | |
python-semantic-version: Add python3 version
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/python-semantic-version_2.4.2.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-semantic-version_2.4.2.bb | 26 |
1 files changed, 2 insertions, 24 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-semantic-version_2.4.2.bb b/meta-openstack/recipes-devtools/python/python-semantic-version_2.4.2.bb index a038abb..2ca2d92 100644 --- a/meta-openstack/recipes-devtools/python/python-semantic-version_2.4.2.bb +++ b/meta-openstack/recipes-devtools/python/python-semantic-version_2.4.2.bb | |||
| @@ -1,24 +1,2 @@ | |||
| 1 | DESCRIPTION = "A library which provides a few tools to handle SemVer in Python." | 1 | require python-semantic-version.inc |
| 2 | HOMEPAGE = "http://pypi.python.org/pypi/semantic_version" | 2 | inherit setuptools |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=a7dcaa0740d59f8f13ef05a3d0ed7313" | ||
| 6 | |||
| 7 | PYPI_PACKAGE = "semantic_version" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "fd7d5ade76e78d8540b9a4044496a57c" | ||
| 10 | SRC_URI[sha256sum] = "7e8b7fa74a3bc9b6e90b15b83b9bc2377c78eaeae3447516425f475d5d6932d2" | ||
| 11 | |||
| 12 | #export BUILD_SYS | ||
| 13 | #export HOST_SYS | ||
| 14 | |||
| 15 | inherit setuptools pypi | ||
| 16 | |||
| 17 | # DEPENDS_default: python-pip | ||
| 18 | |||
| 19 | DEPENDS += " \ | ||
| 20 | " | ||
| 21 | |||
| 22 | # RDEPENDS_default: | ||
| 23 | RDEPENDS_${PN} += " \ | ||
| 24 | " | ||
