summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python-testtools_1.8.0.bb
blob: 3138aae8c2d87e118ee56b49913ee817efd445c0 (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
30
31
DESCRIPTION = "Extensions to the Python standard library unit testing framework"
HOMEPAGE = "https://pypi.python.org/pypi/testtools/"
SECTION = "devel/python"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=30a345a6863019b548dba40895dfee79"

PR = "r0"
SRCNAME = "testtools"

SRC_URI = "https://pypi.python.org/packages/source/t/${SRCNAME}/${SRCNAME}-${PV}.tar.gz"

SRC_URI[md5sum] = "89965b0b39930c0d1f5e07c6f545e6a0"
SRC_URI[sha256sum] = "8afd6400fb4e75adb0b29bd09695ecb2024cd7befab4677a58c147701afadd97"


S = "${WORKDIR}/${SRCNAME}-${PV}"

inherit setuptools
DEPENDS += " \
    python-pbr \
    "

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

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