diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2017-11-22 13:28:09 -0500 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2017-11-27 10:39:51 -0500 |
| commit | 48707eb6a30b2212aba82bdaabe5f4d43a971faf (patch) | |
| tree | 0ad876197ff5cf663d69ce039236b19a00d56550 /meta-openstack/recipes-devtools/python/python-deprecation_1.0.1.bb | |
| parent | fd08ed2abcb383dba1872c89fe3a641a0b6477fe (diff) | |
| download | meta-cloud-services-48707eb6a30b2212aba82bdaabe5f4d43a971faf.tar.gz | |
python-deprecation: initial version
This package is required by python-openstacksdk.
Signed-off-by: Mark Asselstine <mark.asselstine@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-deprecation_1.0.1.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-deprecation_1.0.1.bb | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-deprecation_1.0.1.bb b/meta-openstack/recipes-devtools/python/python-deprecation_1.0.1.bb new file mode 100644 index 0000000..53e3665 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-deprecation_1.0.1.bb | |||
| @@ -0,0 +1,10 @@ | |||
| 1 | DESCRIPTION = "A library to handle automated deprecations" | ||
| 2 | HOMEPAGE = "http://deprecation.readthedocs.io/en/latest/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "d8a318c66d442dc4b900e070267ed9aa" | ||
| 8 | SRC_URI[sha256sum] = "b9bff5cc91f601ef2a8a0200bc6cde3f18a48c2ed3d1ecbfc16076b14b3ad935" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
