diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-voluptuous_0.12.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-voluptuous_0.12.0.bb | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-voluptuous_0.12.0.bb b/meta-openstack/recipes-devtools/python/python3-voluptuous_0.12.0.bb new file mode 100644 index 0000000..5c59c21 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-voluptuous_0.12.0.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] = "4b628978d320baeee543ee407aefc0b1" | ||
| 8 | SRC_URI[sha256sum] = "3a4ef294e16f6950c79de4cba88f31092a107e6e3aaa29950b43e2bb9e1bb2dc" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN} = " \ | ||
| 13 | " | ||
