Browse Source

python/esptool: New maintainer. Add dep on python3-intelHex.

Signed-off-by: Christoph Willing <chris.willing@linux.com>

Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
pull/285/head
Christoph Willing 8 months ago
committed by Willy Sudiarto Raharjo
parent
commit
d65105bd96
No known key found for this signature in database GPG Key ID: 3F617144D7238786
  1. 3
      python/esptool/esptool.SlackBuild
  2. 6
      python/esptool/esptool.info

3
python/esptool/esptool.SlackBuild

@ -4,6 +4,7 @@
# Written by Tim Dickson dickson.tim@googlemail.com
# Copyright (c) 2020/2024 Tim Dickson, Scotland
# Copyright (c) 2025 Christoph Willing Sydney, Australia
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@ -37,7 +38,7 @@ cd $(dirname $0) ; CWD=$(pwd)
PRGNAM=esptool
VERSION=${VERSION:-4.8.1}
BUILD=${BUILD:-1}
BUILD=${BUILD:-2}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}

6
python/esptool/esptool.info

@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/5c/6b/3ce9bb7f36bdef3d6ae71646
MD5SUM="c7d41d4c89ffa0fa0a9d490439358b27"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES="pyserial ecdsa python-bitstring reedsolo"
MAINTAINER="Tim Dickson"
EMAIL="dickson.tim@googlemail.com"
REQUIRES="ecdsa pyserial python-bitstring python3-intelHex reedsolo"
MAINTAINER="Christoph Willing"
EMAIL="chris.willing@linux.com"
Loading…
Cancel
Save