From e22111a18a0f67fefd1800f67bd5e45637deaa60 Mon Sep 17 00:00:00 2001 From: Ross Burton Date: Tue, 11 Jun 2019 11:10:40 +0100 Subject: python-nose: python3-nose should be default We have nose recipes for both Py2 and Py3, but they both want to ship the unversioned nosetest binary. As Py2 is approaching EOL, remove the unversioned binary from python-nose (leaving nosetest-2.7) instead of renaming the binary to nosetest3 in python3-nose. Signed-off-by: Ross Burton Signed-off-by: Richard Purdie --- meta/recipes-devtools/python/python3-nose_1.3.7.bb | 4 ---- 1 file changed, 4 deletions(-) (limited to 'meta/recipes-devtools/python/python3-nose_1.3.7.bb') diff --git a/meta/recipes-devtools/python/python3-nose_1.3.7.bb b/meta/recipes-devtools/python/python3-nose_1.3.7.bb index 8bc1f49835..13dbf96179 100644 --- a/meta/recipes-devtools/python/python3-nose_1.3.7.bb +++ b/meta/recipes-devtools/python/python3-nose_1.3.7.bb @@ -1,6 +1,2 @@ inherit setuptools3 require python-nose.inc - -do_install_append() { - mv ${D}${bindir}/nosetests ${D}${bindir}/nosetests3 -} -- cgit 1.2.3-korg