diff options
| author | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-31 12:58:27 +0200 |
|---|---|---|
| committer | Adrian Dudau <adrian.dudau@enea.com> | 2017-07-31 12:58:27 +0200 |
| commit | bef628c9d45b8069509d60dd34f1ba020ac43659 (patch) | |
| tree | 510aff0ad8081d8a03dc3602bbea5db002a3dadb /meta-openstack/recipes-devtools/python/python-warlock_1.2.0.bb | |
| parent | 8e5f1587366c496b439af4ef720277ea5533c7ee (diff) | |
| download | meta-cloud-services-bef628c9d45b8069509d60dd34f1ba020ac43659.tar.gz | |
python-warlock: Downgrade to 1.2.0
python-glanclient, which depends on warlock doesn't play well with
v1.3.0:
requirements.txt: warlock (>=1.0.1,!=1.3.0,<2)
Signed-off-by: Adrian Dudau <adrian.dudau@enea.com>
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python-warlock_1.2.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python-warlock_1.2.0.bb | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python-warlock_1.2.0.bb b/meta-openstack/recipes-devtools/python/python-warlock_1.2.0.bb new file mode 100644 index 0000000..b426b1a --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python-warlock_1.2.0.bb | |||
| @@ -0,0 +1,21 @@ | |||
| 1 | DESCRIPTION = "Build self-validating python objects using JSON schemas" | ||
| 2 | HOMEPAGE = "http://github.com/bcwaldon/warlock" | ||
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2" | ||
| 5 | LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57" | ||
| 6 | |||
| 7 | DEPENDS += "python-jsonschema python-jsonpatch" | ||
| 8 | |||
| 9 | SRCNAME = "warlock" | ||
| 10 | |||
| 11 | SRC_URI = "https://pypi.python.org/packages/0f/d4/408b936a3d9214b7685c35936bb59d9254c70ff319ee6a837b9efcf5615e/${SRCNAME}-${PV}.tar.gz" | ||
| 12 | |||
| 13 | SRC_URI[md5sum] = "61cc809a3af2c76288f4dd26a003932d" | ||
| 14 | SRC_URI[sha256sum] = "d7403f728fce67ee2f22f3d7fa09c9de0bc95c3e7bcf6005b9c1962b77976a06" | ||
| 15 | |||
| 16 | S = "${WORKDIR}/${SRCNAME}-${PV}" | ||
| 17 | |||
| 18 | inherit setuptools | ||
| 19 | |||
| 20 | RDEPENDS_${PN} += " python-jsonschema python-jsonpatch" | ||
| 21 | |||
