From 55f0938891b81855cab5ded9b0bd67c31893f904 Mon Sep 17 00:00:00 2001 From: fourtysixandtwo Date: Mon, 15 May 2023 02:23:22 -0600 Subject: [PATCH] development/pyqt-distutils: REQUIRES updated for renamed python deps. Signed-off-by: Willy Sudiarto Raharjo --- development/pyqt-distutils/pyqt-distutils.SlackBuild | 2 +- development/pyqt-distutils/pyqt-distutils.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/development/pyqt-distutils/pyqt-distutils.SlackBuild b/development/pyqt-distutils/pyqt-distutils.SlackBuild index 976347b7ef..d84c26e788 100644 --- a/development/pyqt-distutils/pyqt-distutils.SlackBuild +++ b/development/pyqt-distutils/pyqt-distutils.SlackBuild @@ -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} diff --git a/development/pyqt-distutils/pyqt-distutils.info b/development/pyqt-distutils/pyqt-distutils.info index 277a0ce95a..ddab686c5c 100644 --- a/development/pyqt-distutils/pyqt-distutils.info +++ b/development/pyqt-distutils/pyqt-distutils.info @@ -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"