From 8dc39afe162360e08a61f12e472fe1e3231b0bb3 Mon Sep 17 00:00:00 2001 From: Drew DeVault Date: Tue, 11 Jan 2022 10:48:30 +0100 Subject: [PATCH] py3-weasyprint: add missing submodules --- sr.ht/py3-weasyprint/APKBUILD | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/sr.ht/py3-weasyprint/APKBUILD b/sr.ht/py3-weasyprint/APKBUILD index 962c833..ae14a44 100644 --- a/sr.ht/py3-weasyprint/APKBUILD +++ b/sr.ht/py3-weasyprint/APKBUILD @@ -2,7 +2,7 @@ pkgname=py3-weasyprint _pyname=weasyprint pkgver=54.0 -pkgrel=0 +pkgrel=1 pkgdesc="cairo-based HTML renderer for python" url="https://weasyprint.org" arch="noarch" @@ -29,6 +29,10 @@ prepare() { # releases with style errors so that our release tarballs have failing # tests! Brilliant! sed -i pyproject.toml -e 's/--isort//' + for mod in formatting_structure text + do + touch weasyprint/$mod/__init__.py + done } build() { -- 2.45.2