python/pikepdf: Switched to python3-lxml

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-02-20 16:42:33 -08:00 committed by Willy Sudiarto Raharjo
parent 3a4c883672
commit a70e258014
No known key found for this signature in database
GPG Key ID: 3F617144D7238786
1 changed files with 1 additions and 1 deletions

View File

@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/p/pikepdf/pikepdf-5.3.2.tar.gz
MD5SUM="367ed61eeff72e190c58eb8bc1f882a7" MD5SUM="367ed61eeff72e190c58eb8bc1f882a7"
DOWNLOAD_x86_64="" DOWNLOAD_x86_64=""
MD5SUM_x86_64="" MD5SUM_x86_64=""
REQUIRES="lxml pybind11 python3-deprecation python3-setuptools_scm_git_archive" REQUIRES="python3-lxml pybind11 python3-deprecation python3-setuptools_scm_git_archive"
MAINTAINER="Rob van Nues" MAINTAINER="Rob van Nues"
EMAIL="sborg63@disroot.org" EMAIL="sborg63@disroot.org"