development/pyqt-distutils: REQUIRES updated for renamed python deps.

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
This commit is contained in:
fourtysixandtwo 2023-05-15 02:23:22 -06:00 committed by Willy Sudiarto Raharjo
parent 94bc2d9807
commit 55f0938891
No known key found for this signature in database
GPG key ID: 3F617144D7238786
2 changed files with 2 additions and 2 deletions

View file

@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=pyqt-distutils
VERSION=${VERSION:-0.7.3}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

View file

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/3a/28/0c38bea00c3288493bfa69d8
MD5SUM="598b52cdfa90cdc548b80ca84772640f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="docopt"
REQUIRES="python3-docopt"
MAINTAINER="Leo C."
EMAIL="leoc@gmx.com"