aboutsummaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-testrepository_0.0.20.bb
blob: 7847b0c8145136809258ff642a35ba8b9a89f2d5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
DESCRIPTION = "A repository of test results"
HOMEPAGE = "https://pypi.python.org/pypi/testrepository/"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://COPYING;md5=f19071a777e237c55ec3ab83284b31b8"

SRC_URI[md5sum] = "f648b0aceeca4fcd5f8a62eeedea289b"
SRC_URI[sha256sum] = "752449bc98c20253ec4611c40564aea93d435a5bf3ff672208e01cc10e5858eb"

inherit setuptools3 pypi

RDEPENDS_${PN} += "${PYTHON_PN}-subunit \
                   ${PYTHON_PN}-extras \
"

CLEANBROKEN = "1"