aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-testresources_2.0.1.bb
blob: 111be3c1196fb4dc77dfe0366327b51ccbee5a65 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
DESCRIPTION = "Testresources, a pyunit extension for managing expensive test resources"
HOMEPAGE = "https://pypi.python.org/pypi/testtools/"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://PKG-INFO;md5=eb75e5ad7c7ff3315ffafae1403e94b2"

SRC_URI[md5sum] = "8873ab443db5569528964f524228a2d7"
SRC_URI[sha256sum] = "ee9d1982154a1e212d4e4bac6b610800bfb558e4fb853572a827bc14a96e4417"

inherit setuptools3 pypi

DEPENDS += " \
	python3-pbr-native \
"

RDEPENDS_${PN} += " \
	python3-unittest \
	python3-pbr \
"