aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-microversion-parse_git.bb
blob: 43eead66c6202cdee381ac050e6292f369c0a759 (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
DESCRIPTION = "Simple library for parsing OpenStack microversion headers."
HOMEPAGE = "https://github.com/openstack/microversion-parse"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=e3fc50a88d0a364313df4b21ef20c29e"

SRC_URI = "\
	git://github.com/openstack/microversion-parse.git;branch=master \
	"

PV = "1.0.1+git${SRCPV}"
SRCREV = "2c36df6bf33e42c379fbd8228fbe63c77b3714b1"
S = "${WORKDIR}/git"

inherit setuptools3

DEPENDS += " \
        "

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

RDEPENDS_${PN} += " \
        "