diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-02-27 12:41:52 -0800 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-04 08:06:31 +0700 |
commit | e3cf0f25e8d8e13957fbd3cea817f5ec4440b25d (patch) | |
tree | 0fc984dcb251f465766c8e2e0ec86cffda25f8c1 /python/python3-pypng | |
parent | 747a62156c3e2fbb698d070fea0d33c813b94b61 (diff) |
python/python3-pypng: Add wheel to REQUIRES.
Signed-off-by: Andrew Clemons <andrew.clemons@gmail.com>
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/python3-pypng')
-rw-r--r-- | python/python3-pypng/python3-pypng.SlackBuild | 2 | ||||
-rw-r--r-- | python/python3-pypng/python3-pypng.info | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/python/python3-pypng/python3-pypng.SlackBuild b/python/python3-pypng/python3-pypng.SlackBuild index c37c961615fd..c2db54b8c75e 100644 --- a/python/python3-pypng/python3-pypng.SlackBuild +++ b/python/python3-pypng/python3-pypng.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=python3-pypng VERSION=${VERSION:-0.20220715.0} -BUILD=${BUILD:-1} +BUILD=${BUILD:-2} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/python3-pypng/python3-pypng.info b/python/python3-pypng/python3-pypng.info index 7e32f994e9be..faa43c4402a7 100644 --- a/python/python3-pypng/python3-pypng.info +++ b/python/python3-pypng/python3-pypng.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pypng/pypng-0.2022071 MD5SUM="7d9cce86ceb19524784ade86fb13a063" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python3-build python3-installer" +REQUIRES="python3-build python3-installer wheel" MAINTAINER="Isaac Yu" EMAIL="isaacyu1@isaacyu1.com" |