python/jdcal: Split lxml dep into python2/python3

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-02-20 16:22:45 -08:00 committed by Willy Sudiarto Raharjo
parent 4ff3746a48
commit 406bb71b64
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://github.com/phn/jdcal/archive/v1.4.1/jdcal-1.4.1.tar.gz"
MD5SUM="de6b2f33d60a9e9174b67d7883713357"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="lxml"
REQUIRES="python2-lxml python3-lxml"
MAINTAINER="orphaned (no maintainer)"
EMAIL="nobody@domain.com"