diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-10 13:51:35 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-08-10 15:23:24 +0200 |
| commit | a3892f357f4decaa1c40d838f481f92b93aed727 (patch) | |
| tree | f2d757097c5de4c9ae0faf773009e65e760d5609 /meta-openstack | |
| parent | 53a016f81a8c35b120d347d2aab1b4cffcf53b18 (diff) | |
| download | meta-cloud-services-a3892f357f4decaa1c40d838f481f92b93aed727.tar.gz | |
python-voluptuous: Add recipe
This is a requirement for python-tooz.
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-voluptuous_0.10.5.bb | 26 |
1 files changed, 26 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..fa19851 --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-voluptuous_0.10.5.bb | |||
| @@ -0,0 +1,26 @@ | |||
| 1 | DESCRIPTION = "Voluptuous is a Python data validation library" | ||
| 2 | HOMEPAGE = "https://github.com/alecthomas/voluptuous" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "BSD" | ||
| 5 | LIC_FILES_CHKSUM = "file://PKG-INFO;md5=203daa0a33f4b09437270861ad11b7df" | ||
| 6 | |||
| 7 | |||
| 8 | SRCNAME = "voluptuous" | ||
| 9 | SRC_URI = "https://pypi.python.org/packages/c3/81/c84f8a3e723b760fdd1c41fc80201cb80cd29c1bce5159d8918c58df7d2a/${SRCNAME}-${PV}.tar.gz" | ||
| 10 | |||
| 11 | SRC_URI[md5sum] = "e3fc99b75618d384cad63bc71b6507bc" | ||
| 12 | SRC_URI[sha256sum] = "7a7466f8dc3666a292d186d1d871a47bf2120836ccb900d5ba904674957a2396" | ||
| 13 | |||
| 14 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 15 | |||
| 16 | inherit setuptools | ||
| 17 | |||
| 18 | # DEPENDS_default: python-pip | ||
| 19 | |||
| 20 | DEPENDS += " \ | ||
| 21 | python-pip \ | ||
| 22 | " | ||
| 23 | |||
| 24 | # RDEPENDS_default: | ||
| 25 | RDEPENDS_${PN} += " \ | ||
| 26 | " | ||
