summaryrefslogtreecommitdiffstats
path: root/meta-openstack/recipes-devtools/python/python3-nose-exclude_0.5.0.bb
diff options
context:
space:
mode:
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.bb22
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#
4DESCRIPTION = "Nose plugin that allows you to easily specify directories to be excluded from testing."
5HOMEPAGE = "http://bitbucket.org/kgrandis/nose-exclude"
6SECTION = "devel/python"
7LICENSE = "LGPL-2.1"
8LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/LGPL-2.1;md5=1a6d268fd218675ffea8be556788b780"
9
10SRC_URI[md5sum] = "072f72e782f28a9c42356976f8ec22d9"
11SRC_URI[sha256sum] = "f78fa8b41eeb815f0486414f710f1eea0949e346cfb11d59ba6295ed69e84304"
12
13inherit setuptools3 pypi
14
15DEPENDS += " \
16 python3-pip \
17 "
18
19RDEPENDS_${PN} += " \
20 python3-nose \
21 "
22