From 7eb8f9cf1b7cf5e22a26f7fceb19584c19c8c246 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20M=C3=BCller?= Date: Sun, 2 Feb 2020 20:38:18 +0100 Subject: [PATCH] csound: move to python3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Andreas Müller --- recipes-musicians/csound/csound_git.bb | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-musicians/csound/csound_git.bb b/recipes-musicians/csound/csound_git.bb index a96157a..b20eccd 100644 --- a/recipes-musicians/csound/csound_git.bb +++ b/recipes-musicians/csound/csound_git.bb @@ -2,7 +2,7 @@ SUMMARY = "A sound and music computing system" LICENSE = "LGPLv2.1" LIC_FILES_CHKSUM = "file://COPYING;md5=a6f89e2100d9b6cdffcea4f398e37343" -inherit cmake gettext python-dir +inherit cmake gettext python3native # TBD: fltk is not propely detected DEPENDS += " \ @@ -47,11 +47,11 @@ PACKAGECONFIG[pulseaudio] = "-DUSE_PULSEAUDIO=ON,-DUSE_PULSEAUDIO=OFF,pulseaudio PACKAGECONFIG[luajit] = "-DLUA_MODULE_INSTALL_DIR=${libdir}/lua/${LUA_VERSION},,luajit" PACKAGES =+ " \ - ${PN}-python2 \ + ${PN}-python \ ${PN}-luajit \ " -FILES_${PN}-python2 = "${PYTHON_SITEPACKAGES_DIR}" -RDEPENDS_${PN}-python2 += "python" +FILES_${PN}-python = "${PYTHON_SITEPACKAGES_DIR}" +RDEPENDS_${PN}-python += "python3-core" FILES_${PN}-luajit = "${libdir}/lua"