From b287b2fe1b3ffbbce66b414b54d3b3c10ef8b029 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Fri, 15 Jan 2021 08:42:40 +0100 Subject: [PATCH] python-reportlab: fix cross --- srcpkgs/python-reportlab/template | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/srcpkgs/python-reportlab/template b/srcpkgs/python-reportlab/template index 4fcb53f8a79..65ad7fdd8db 100644 --- a/srcpkgs/python-reportlab/template +++ b/srcpkgs/python-reportlab/template @@ -14,6 +14,10 @@ homepage="https://www.reportlab.com/" distfiles="${PYPI_SITE}/r/reportlab/reportlab-${version}.tar.gz" checksum=9c21f202697a6cea57b9d716288fc919d99cbabeb30222eebfc7ff77eac32744 +if [ "$CROSS_BUILD" ]; then + hostmakedepends+=" ${makedepends}" +fi + post_install() { vlicense LICENSE.txt }