blob: 9ac0901d2e3c92c46c65c3b9d7ca5a60a47901b0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
|
DESCRIPTION = "Coordination library for distributed systems."
HOMEPAGE = "https://pypi.python.org/pypi/tooz"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"
SRCNAME = "tooz"
SRC_URI = "https://pypi.python.org/packages/20/1d/1789411802f57ce9e1c7900097f17633109fb65b2b89fa7f6fbae17eeb72/${SRCNAME}-${PV}.tar.gz"
SRC_URI[md5sum] = "59efc88dafcee29d373864272b89f0f8"
SRC_URI[sha256sum] = "98d15936e8f3022d1a1f026d1a26e87acc506883b79d6c30bc89da2bc8c27b91"
S = "${WORKDIR}/${SRCNAME}-${PV}"
inherit setuptools
# DEPENDS_default: python-pip
DEPENDS += " \
python-pip \
python-pbr \
"
# RDEPENDS_default:
RDEPENDS_${PN} += " \
python-babel \
python-enum34 \
python-fasteners \
python-futures \
python-futurist \
python-iso8601 \
python-kazoo \
python-memcache \
python-msgpack \
python-oslo.serialization \
python-oslo.utils \
python-pbr \
python-retrying \
python-six \
python-stevedore \
python-sysv-ipc \
python-voluptuous \
python-zake \
"
|