diff options
| author | Zang Ruochen <zangrc.fnst@cn.fujitsu.com> | 2019-05-30 13:42:51 +0800 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2019-06-03 16:02:55 -0400 |
| commit | bc7a23d08c5081363a17caba8ed80267d3b21755 (patch) | |
| tree | a771aa104571c55c94d46da01e92a70fc56d03ee /meta-openstack/recipes-devtools/python/python-positional_1.2.1.bb | |
| parent | 064d400285ddd51379d833542259316fd3fa7f66 (diff) | |
| download | meta-cloud-services-bc7a23d08c5081363a17caba8ed80267d3b21755.tar.gz | |
python-positional: upgrade 1.1.1 -> 1.2.1
-Upgrade from python-positional_1.1.1.bb to python-positional_1.2.1.bb.
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-positional_1.2.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-positional_1.2.1.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-positional_1.2.1.bb b/meta-openstack/recipes-devtools/python/python-positional_1.2.1.bb new file mode 100644 index 0000000..93eb6e1 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-positional_1.2.1.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | DESCRIPTION = "Library to enforce positional or key-word arguments" | ||
| 2 | HOMEPAGE = "https://github.com/morganfainberg/positional" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE;md5=5335066555b14d832335aa4660d6c376" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "4afcffd8e2ba733fd7a50f137a2ee893" | ||
| 8 | SRC_URI[sha256sum] = "cf48ea169f6c39486d5efa0ce7126a97bed979a52af6261cf255a41f9a74453a" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | CLEANBROKEN = "1" | ||
| 13 | |||
| 14 | # Satisfy setup.py 'setup_requires' | ||
| 15 | DEPENDS += " \ | ||
| 16 | python-pbr-native \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | python-wrapt \ | ||
| 21 | " | ||
