diff options
author | fourtysixandtwo <fourtysixandtwo@sliderr.net> | 2023-12-14 10:39:17 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-12-22 08:00:15 +0700 |
commit | fe0275e3b181391ac04848829db7b388a2de9567 (patch) | |
tree | c3703059003cc1987eeb918674f40dba9d8d89f8 /python | |
parent | df1c527c6443e68369771a3259fc81df878a8f83 (diff) |
python/python3-xmldiff: Fix redundant deps.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python')
-rw-r--r-- | python/python3-xmldiff/python3-xmldiff.info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/python3-xmldiff/python3-xmldiff.info b/python/python3-xmldiff/python3-xmldiff.info index d79ccf48b295..e3f6a30b192a 100644 --- a/python/python3-xmldiff/python3-xmldiff.info +++ b/python/python3-xmldiff/python3-xmldiff.info @@ -5,6 +5,6 @@ DOWNLOAD="https://pypi.io/packages/source/x/xmldiff/xmldiff-2.6.3.tar.gz" MD5SUM="139f973cd3b66a642c1dd1737bce40dd" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="lxml python3-build python3-wheel" +REQUIRES="lxml" MAINTAINER="Vijay Marcel" EMAIL="vijaymarcel@outlook.com" |