multimedia/sickchill: Remove unnecessary validators version requirement

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
Jeremy Hansen 2024-03-22 21:22:26 -07:00 committed by Willy Sudiarto Raharjo
parent 509e12cf32
commit 7146e4327f
No known key found for this signature in database
GPG key ID: 3F617144D7238786

View file

@ -25,7 +25,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=sickchill
VERSION=${VERSION:-2024.3.1}
BUILD=${BUILD:-2}
BUILD=${BUILD:-3}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
@ -108,6 +108,9 @@ sed -i '/ipaddress.*/d' pyproject.toml
# Remove win-inet-pton requirement as it is for Windows
sed -i '/win-inet-pton.*/d' pyproject.toml
# Remove unnecessary validators version requirement
sed -i 's|validators.*|validators = "\*"|' pyproject.toml
python3 -m build --wheel --no-isolation
python3 -m installer --destdir=$PKG dist/*.whl