summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
author Jeremy Hansen <jebrhansen+github@gmail.com>2024-02-20 16:42:33 -0800
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2024-02-22 21:47:14 +0700
commita70e2580149558a95857cb7dc27ec9c3d7a8b2d0 (patch)
tree8380760054e8b01888effa1cf945266a13dfd83e /python
parent3a4c883672515f9d4c575e3e1c3de0b4e27b0128 (diff)
downloadslackbuilds-a70e2580149558a95857cb7dc27ec9c3d7a8b2d0.tar.gz
slackbuilds-a70e2580149558a95857cb7dc27ec9c3d7a8b2d0.tar.xz
python/pikepdf: Switched to python3-lxml
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r--python/pikepdf/pikepdf.info2
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pikepdf/pikepdf.info b/python/pikepdf/pikepdf.info
index 91c4fca5d9..841168a293 100644
--- a/python/pikepdf/pikepdf.info
+++ b/python/pikepdf/pikepdf.info
@@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.python.org/packages/source/p/pikepdf/pikepdf-5.3.2.tar.gz
MD5SUM="367ed61eeff72e190c58eb8bc1f882a7"
DOWNLOAD_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"
EMAIL="sborg63@disroot.org"