diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-testrepository_0.0.20.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-testrepository_0.0.20.bb | 18 |
1 files changed, 16 insertions, 2 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-testrepository_0.0.20.bb b/meta-openstack/recipes-devtools/python/python3-testrepository_0.0.20.bb index a01b4c2..7847b0c 100644 --- a/meta-openstack/recipes-devtools/python/python3-testrepository_0.0.20.bb +++ b/meta-openstack/recipes-devtools/python/python3-testrepository_0.0.20.bb | |||
| @@ -1,3 +1,17 @@ | |||
| 1 | require python-testrepository.inc | 1 | DESCRIPTION = "A repository of test results" |
| 2 | inherit setuptools3 | 2 | HOMEPAGE = "https://pypi.python.org/pypi/testrepository/" |
| 3 | SECTION = "devel/python" | ||
| 4 | LICENSE = "Apache-2.0" | ||
| 5 | LIC_FILES_CHKSUM = "file://COPYING;md5=f19071a777e237c55ec3ab83284b31b8" | ||
| 6 | |||
| 7 | SRC_URI[md5sum] = "f648b0aceeca4fcd5f8a62eeedea289b" | ||
| 8 | SRC_URI[sha256sum] = "752449bc98c20253ec4611c40564aea93d435a5bf3ff672208e01cc10e5858eb" | ||
| 9 | |||
| 10 | inherit setuptools3 pypi | ||
| 11 | |||
| 12 | RDEPENDS_${PN} += "${PYTHON_PN}-subunit \ | ||
| 13 | ${PYTHON_PN}-extras \ | ||
| 14 | " | ||
| 15 | |||
| 16 | CLEANBROKEN = "1" | ||
| 3 | 17 | ||
