diff options
| author | zangrc <zangrc.fnst@cn.fujitsu.com> | 2020-10-20 14:51:46 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2020-10-27 23:28:50 -0400 |
| commit | 04127165a1c828ea1b529d5410c9596ada9c7cc5 (patch) | |
| tree | 797a72b0cd3256870f716310d652b6d91eb357d4 /meta-openstack/recipes-devtools/python/python3-simplegeneric_0.8.1.bb | |
| parent | 3c360b1cae1bc8cc4460cf36fc9e28df0617fc4f (diff) | |
| download | meta-cloud-services-04127165a1c828ea1b529d5410c9596ada9c7cc5.tar.gz | |
python3-simplegeneric: Consolidate in a single file
Consolidate inc and bb files into a single bb file.
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-simplegeneric_0.8.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-simplegeneric_0.8.1.bb | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-simplegeneric_0.8.1.bb b/meta-openstack/recipes-devtools/python/python3-simplegeneric_0.8.1.bb index 56ad221..a960926 100644 --- a/meta-openstack/recipes-devtools/python/python3-simplegeneric_0.8.1.bb +++ b/meta-openstack/recipes-devtools/python/python3-simplegeneric_0.8.1.bb | |||
| @@ -1,2 +1,12 @@ | |||
| 1 | inherit setuptools3 | 1 | DESCRIPTION = "Simple generic functions" |
| 2 | require python-simplegeneric.inc | 2 | HOMEPAGE = "https://pypi.python.org/pypi/simplegeneric/" |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://README.txt;md5=2085f2c228ed80422edf70e52e86c34b" | ||
| 6 | |||
| 7 | PYPI_PACKAGE_EXT = "zip" | ||
| 8 | |||
| 9 | SRC_URI[md5sum] = "f9c1fab00fd981be588fc32759f474e3" | ||
| 10 | SRC_URI[sha256sum] = "dc972e06094b9af5b855b3df4a646395e43d1c9d0d39ed345b7393560d0b9173" | ||
| 11 | |||
| 12 | inherit setuptools3 pypi | ||
