python-reportlab: fix cross

This commit is contained in:
Jürgen Buchmüller 2021-01-15 08:42:40 +01:00
parent abbe470633
commit b287b2fe1b

View file

@ -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
}