pkgsrc-WIP-changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

spotify-tui: Add missing python3 tool dependency (needed by xcb)



Module Name:	pkgsrc-wip
Committed By:	Leonardo Taccari <leot%NetBSD.org@localhost>
Pushed By:	leot
Date:		Wed Jul 21 20:10:19 2021 +0200
Changeset:	b1427ff63625d882368a9f388e8161bc46c2db49

Modified Files:
	spotify-tui/Makefile

Log Message:
spotify-tui: Add missing python3 tool dependency (needed by xcb)

Noticed by <pin> and <wiz>, thank you!

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=b1427ff63625d882368a9f388e8161bc46c2db49

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 spotify-tui/Makefile | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diffs:
diff --git a/spotify-tui/Makefile b/spotify-tui/Makefile
index 9ace6b34ae..6482b4e5aa 100644
--- a/spotify-tui/Makefile
+++ b/spotify-tui/Makefile
@@ -12,7 +12,9 @@ LICENSE=	mit
 
 .include "cargo-depends.mk"
 
-USE_TOOLS+=	pkg-config
+USE_TOOLS+=			pkg-config
+PYTHON_VERSIONS_INCOMPATIBLE=	27
+PYTHON_FOR_BUILD_ONLY=		tool
 
 MAKE_ENV+=	OPENSSL_DIR=${BUILDLINK_PREFIX.openssl:Q}
 RUSTFLAGS+=	-C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.openssl}/lib
@@ -25,6 +27,7 @@ INSTALLATION_DIRS=	bin
 do-install:
 	${INSTALL_PROGRAM} ${WRKSRC}/target/release/spt ${DESTDIR}${PREFIX}/bin
 
+.include "../../lang/python/tool.mk"
 .include "../../lang/rust/cargo.mk"
 .include "../../security/openssl/buildlink3.mk"
 .include "../../x11/libxcb/buildlink3.mk"


Home | Main Index | Thread Index | Old Index