diff options
| author | Mark Asselstine <mark.asselstine@windriver.com> | 2018-04-04 16:02:54 -0400 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@windriver.com> | 2018-04-09 10:48:37 -0400 |
| commit | a6c1bd6980f7fbefa8b03c288c94f46b38677142 (patch) | |
| tree | 29f6686fe3a3af154c1f5bcd721854ed2c2889a2 /meta-openstack/recipes-devtools/python/python-voluptuous_0.10.5.bb | |
| parent | 079219736cf8f3a25f5071d85a35666e570fb743 (diff) | |
| download | meta-cloud-services-a6c1bd6980f7fbefa8b03c288c94f46b38677142.tar.gz | |
python-voluptuous: Initial version (v0.10.5)
Required by uprev of python-tooz to v1.48.0.
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-voluptuous_0.10.5.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-voluptuous_0.10.5.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-voluptuous_0.10.5.bb b/meta-openstack/recipes-devtools/python/python-voluptuous_0.10.5.bb new file mode 100644 index 0000000..0ad4e05 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-voluptuous_0.10.5.bb | |||
| @@ -0,0 +1,13 @@ | |||
| 1 | DESCRIPTION = "Voluptuous is a Python data validation library" | ||
| 2 | HOMEPAGE = "https://pypi.python.org/pypi/voluptuous/" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=9855ba150f2edb00d8e7a41554896ffb" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "e3fc99b75618d384cad63bc71b6507bc" | ||
| 8 | SRC_URI[sha256sum] = "7a7466f8dc3666a292d186d1d871a47bf2120836ccb900d5ba904674957a2396" | ||
| 9 | |||
| 10 | inherit setuptools pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN} = " \ | ||
| 13 | " | ||
