summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-os-win_git.bb
blob: e168bfff5acea6ad94874626bae6d1eddd467d2b (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
DESCRIPTION = "Windows / Hyper-V library for OpenStack projects"
HOMEPAGE = "https://github.com/openstack/os-win"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=34400b68072d710fecd0a2940a0d1658"

SRCNAME = "os-win"
SRC_URI = "\
        git://github.com/openstack/${SRCNAME}.git;nobranch=1 \
	"

PV = "1.2.2+git${SRCPV}"
SRCREV = "4eb64bc790236b05ca2c561d53e72a0ff4745f14"
S = "${WORKDIR}/git"

inherit setuptools

DEPENDS += " \
        python-pbr \
        "

RDEPENDS_${PN} += " \
        python-babel \
        python-eventlet \
        python-oslo.concurrency \
        python-oslo.config \
        python-oslo.i18n \
        python-oslo.log \
        python-oslo.service \
        python-oslo.utils \
        python-pbr \
	"