remove unneeded depends

This commit is contained in:
Michael Erdely 2024-11-11 17:55:41 -05:00
parent 8a15d61b31
commit bdae8058d7
Signed by: mike
SSH key fingerprint: SHA256:ukbnfrRMaRYlBZXENtBTyO2jLnql5AA5m+SzZCfYQe0

View file

@ -7,7 +7,7 @@
_module="decode-config"
_pkgname="python-${_module//_/-}"
pkgname="$_pkgname"
pkgrel=1
pkgrel=2
pkgver=14.3.0
pkgdesc="Backup/restore and decode configuration tool for Tasmota"
url="https://github.com/tasmota/decode-config"
@ -27,9 +27,6 @@ makedepends=(
'python-setuptools'
'python-wheel'
)
optdepends=(
'python-setuptools: used on import error'
)
_pkgsrc="$_module-$pkgver"
_pkgext="tar.gz"