aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-os-traits_git.bb
blob: 70b7b69d931e2915293e70287e13b596e77eedd4 (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
DESCRIPTION = "OpenStack library containing standardized trait strings."
HOMEPAGE = "https://github.com/openstack/os-traits"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=1dece7821bf3fd70fe1309eaa37d52a2"

SRC_URI = "\
	git://github.com/openstack/os-traits.git;branch=stable/pike \
	"

PV = "0.3.3+git${SRCPV}"
SRCREV = "3e8b4a77aaf2d8b64f89ba3b479113d0b44bbe2f"
S = "${WORKDIR}/git"

inherit setuptools3

DEPENDS += " \
        python-pbr \
        "

# Satisfy setup.py 'setup_requires'
DEPENDS += " \
        python-pbr-native \
	"

RDEPENDS_${PN} += " \
        python-pbr \
        python-six \
	"