From c93ae341acde997b7e302245e440754d8a75f6e0 Mon Sep 17 00:00:00 2001 From: classabbyamp Date: Sat, 27 Aug 2022 16:30:47 -0400 Subject: [PATCH] csound: remove unused python hostmakedepend --- srcpkgs/csound/template | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/srcpkgs/csound/template b/srcpkgs/csound/template index c2f794e3e2f..e9d28427b38 100644 --- a/srcpkgs/csound/template +++ b/srcpkgs/csound/template @@ -7,7 +7,7 @@ configure_args=" -DLUA_MODULE_INSTALL_DIR=${XBPS_CROSS_BASE}/usr/lib/lua/5.1 -DDPD_MODULE_INSTALL_DIR=${XBPS_CROSS_BASE}/usr/lib/pd/extra -DPORTAUDIO_V19=yes" -hostmakedepends="flex python" +hostmakedepends="flex" makedepends="LuaJIT-devel boost-devel fltk-devel fluidsynth-devel libcurl-devel libgomp-devel liblo-devel libsndfile-devel libstk-devel pd-devel portaudio-devel portmidi-devel tk-devel" @@ -16,7 +16,7 @@ short_desc="Programming language for sound rendering and signal processing" maintainer="Andrea Brancaleoni " license="LGPL-2.1-or-later" homepage="https://csound.com/" -distfiles="https://github.com/${pkgname}/${pkgname}/archive/${version}.tar.gz" +distfiles="https://github.com/csound/csound/archive/${version}.tar.gz" checksum=558718b61c80fdf1b6c439f393759b8a1d32c7d9d8b42a8f2365a939825ea26b CFLAGS="-fcommon"