python/python3-httpx: Fix deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2024-04-01 02:17:31 -06:00 committed by Willy Sudiarto Raharjo
parent 7b88368d43
commit 44b48d6866
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 16 deletions

View file

@ -2,7 +2,7 @@
# Slackware build script for python3-httpx
# Copyright 2022-2023 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# Copyright 2022-2024 fourtysixandtwo <fourtysixandtwo@sliderr.net>
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -51,20 +51,6 @@ TMP=${TMP:-/tmp/SBo}
PKG=$TMP/package-$PRGNAM
OUTPUT=${OUTPUT:-/tmp}
if [ "$ARCH" = "i586" ]; then
SLKCFLAGS="-O2 -march=i586 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "i686" ]; then
SLKCFLAGS="-O2 -march=i686 -mtune=i686"
LIBDIRSUFFIX=""
elif [ "$ARCH" = "x86_64" ]; then
SLKCFLAGS="-O2 -fPIC"
LIBDIRSUFFIX="64"
else
SLKCFLAGS="-O2"
LIBDIRSUFFIX=""
fi
set -e
rm -rf $PKG

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/h/httpx/httpx-0.23.3.ta
MD5SUM="921ced753cbfeff7d0a8ba80ca455985"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="python3-rfc3986 python3-httpcore python3-rich click"
REQUIRES="python3-rfc3986 python3-httpcore click"
MAINTAINER="fourtysixandtwo"
EMAIL="fourtysixandtwo@sliderr.net"