PDF generation is now handled in Go code. According to git history,
py3-html5lib was a dependency of weasyprint, so remove it as well.
---
sr.ht/meta.sr.ht/APKBUILD | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/sr.ht/meta.sr.ht/APKBUILD b/sr.ht/meta.sr.ht/APKBUILD
index a4bcb23..5fc7808 100644
--- a/sr.ht/meta.sr.ht/APKBUILD+++ b/sr.ht/meta.sr.ht/APKBUILD
@@ -59,7 +59,7 @@ package() {
}
_billing() {
- depends="py3-weasyprint py3-html5lib py3-stripe"+ depends="py3-stripe" pkgdesc="Extra meta.sr.ht dependencies for billing"
mkdir -p "$subpkgdir"/usr/lib/python3.8/site-packages/metasrht
touch "$subpkgdir"/usr/lib/python3.8/site-packages/metasrht/.billing
--
2.39.2