diff options
Diffstat (limited to 'meta-openstack/recipes-devtools/python/python3-nose-exclude_0.5.0.bb')
| -rw-r--r-- | meta-openstack/recipes-devtools/python/python3-nose-exclude_0.5.0.bb | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/meta-openstack/recipes-devtools/python/python3-nose-exclude_0.5.0.bb b/meta-openstack/recipes-devtools/python/python3-nose-exclude_0.5.0.bb new file mode 100644 index 0000000..e07cfbf --- /dev/null +++ b/meta-openstack/recipes-devtools/python/python3-nose-exclude_0.5.0.bb | |||
| @@ -0,0 +1,22 @@ | |||
| 1 | # | ||
| 2 | # Copyright (C) 2014 Wind River Systems, Inc. | ||
| 3 | # | ||
| 4 | DESCRIPTION = "Nose plugin that allows you to easily specify directories to be excluded from testing." | ||
| 5 | HOMEPAGE = "http://bitbucket.org/kgrandis/nose-exclude" | ||
| 6 | SECTION = "devel/python" | ||
| 7 | LICENSE = "LGPL-2.1" | ||
| 8 | LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780" | ||
| 9 | |||
| 10 | SRC_URI[md5sum] = "072f72e782f28a9c42356976f8ec22d9" | ||
| 11 | SRC_URI[sha256sum] = "f78fa8b41eeb815f0486414f710f1eea0949e346cfb11d59ba6295ed69e84304" | ||
| 12 | |||
| 13 | inherit setuptools3 pypi | ||
| 14 | |||
| 15 | DEPENDS += " \ | ||
| 16 | python3-pip \ | ||
| 17 | " | ||
| 18 | |||
| 19 | RDEPENDS_${PN} += " \ | ||
| 20 | python3-nose \ | ||
| 21 | " | ||
| 22 | |||
