aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-futures_git.bb
blob: f26be9afee6bc5663b46319c63074dc5ded53daa (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
DESCRIPTION = "Backport of the concurrent.futures package from Python 3.2"
HOMEPAGE = "https://github.com/agronholm/pythonfutures"
SECTION = "devel/python"
LICENSE = "BSD"
LIC_FILES_CHKSUM = "file://LICENSE;md5=dd6708d05936d3f6c4e20ed14c87b5e3"

PV = "3.0.3+git${SRCPV}"
SRCREV = "6532a7449d8102c172ea5011f1552fcc163c09f1"

SRCNAME = "futures"
SRC_URI = "git://github.com/agronholm/python${SRCNAME}.git"

S = "${WORKDIR}/git"

inherit setuptools

# DEPENDS_default: python-pip

DEPENDS += " \
        python-pip \
        "

# RDEPENDS_default: 
RDEPENDS_${PN} += " \
        "