From d6ff6e59f1183d6b3c489d67f3d8b5983c5c3b38 Mon Sep 17 00:00:00 2001 From: "Andrew J. Hesford" Date: Thu, 28 Jan 2021 09:52:21 -0500 Subject: [PATCH] python3-ffmpeg-python: specify all python3 hostmakedepends --- srcpkgs/python3-ffmpeg-python/template | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/srcpkgs/python3-ffmpeg-python/template b/srcpkgs/python3-ffmpeg-python/template index a23624b27b9..171400f6f4d 100644 --- a/srcpkgs/python3-ffmpeg-python/template +++ b/srcpkgs/python3-ffmpeg-python/template @@ -1,7 +1,7 @@ # Template file for 'python3-ffmpeg-python' pkgname=python3-ffmpeg-python version=0.2.0 -revision=2 +revision=3 wrksrc="ffmpeg-python-${version}" build_style=python3-module hostmakedepends="python3-setuptools" @@ -13,3 +13,8 @@ license="Apache-2.0" homepage="https://github.com/kkroening/ffmpeg-python" distfiles="https://github.com/kkroening/ffmpeg-python/archive/${version}.tar.gz" checksum="01b6b7640f00585a404194a358358bdf7f4050cedcd99f41416ac8b27222c9f1" + +post_patch() { + # Build doesn't *need* pytest-runner and Void doesn't provide it + vsed -e '/pytest-runner/d' -i setup.py +}