summaryrefslogtreecommitdiffstats
path: root/meta-python/recipes-devtools/python/python3-blinker_1.4.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-blinker_1.4.bb')
-rw-r--r--meta-python/recipes-devtools/python/python3-blinker_1.4.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-python/recipes-devtools/python/python3-blinker_1.4.bb b/meta-python/recipes-devtools/python/python3-blinker_1.4.bb
index 397fdcfb05..08a961f938 100644
--- a/meta-python/recipes-devtools/python/python3-blinker_1.4.bb
+++ b/meta-python/recipes-devtools/python/python3-blinker_1.4.bb
@@ -8,12 +8,12 @@ SRC_URI[sha256sum] = "471aee25f3992bd325afa3772f1063dbdbbca947a041b8b89466dc00d6
8inherit pypi setuptools3 ptest 8inherit pypi setuptools3 ptest
9 9
10SRC_URI += " \ 10SRC_URI += " \
11 file://0001-use-pytest-instead-of-deprecated-nose.patch \
11 file://run-ptest \ 12 file://run-ptest \
12" 13"
13 14
14RDEPENDS:${PN}-ptest += " \ 15RDEPENDS:${PN}-ptest += " \
15 ${PYTHON_PN}-pytest \ 16 ${PYTHON_PN}-pytest \
16 ${PYTHON_PN}-nose \
17" 17"
18 18
19do_install_ptest() { 19do_install_ptest() {