From a1d67ab1f61be65f4ebcce986d5470b747a8e485 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 28 Jan 2021 14:48:21 -0500 Subject: [PATCH] terminator: specify all python3 hostmakedepends --- srcpkgs/terminator/template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/srcpkgs/terminator/template b/srcpkgs/terminator/template index db55cc6c38c..c29cbc4a756 100644 --- a/srcpkgs/terminator/template +++ b/srcpkgs/terminator/template @@ -1,7 +1,7 @@ # Template file for 'terminator' pkgname=terminator version=2.0.1 -revision=1 +revision=2 build_style=python3-module hostmakedepends="intltool python3-setuptools" depends="desktop-file-utils gsettings-desktop-schemas libkeybinder3 libnotify @@ -13,3 +13,8 @@ homepage="https://gnome-terminator.org" changelog="https://raw.githubusercontent.com/gnome-terminator/terminator/master/CHANGELOG.md" distfiles="https://github.com/gnome-terminator/terminator/releases/download/v$version/terminator-$version.tar.gz" checksum=e6a21ea18c48b9dcb8fac3b48fd90bc49768de13c2a749047c46a6e0f14abb24 + +post_patch() { + # Package does not *need* pytest-runner to build, and Void doesn't have it + vsed -e '/pytest-runner/d' -i setup.py +}