remove unneeded depends
This commit is contained in:
parent
8a15d61b31
commit
bdae8058d7
1 changed files with 1 additions and 4 deletions
|
@ -7,7 +7,7 @@
|
||||||
_module="decode-config"
|
_module="decode-config"
|
||||||
_pkgname="python-${_module//_/-}"
|
_pkgname="python-${_module//_/-}"
|
||||||
pkgname="$_pkgname"
|
pkgname="$_pkgname"
|
||||||
pkgrel=1
|
pkgrel=2
|
||||||
pkgver=14.3.0
|
pkgver=14.3.0
|
||||||
pkgdesc="Backup/restore and decode configuration tool for Tasmota"
|
pkgdesc="Backup/restore and decode configuration tool for Tasmota"
|
||||||
url="https://github.com/tasmota/decode-config"
|
url="https://github.com/tasmota/decode-config"
|
||||||
|
@ -27,9 +27,6 @@ makedepends=(
|
||||||
'python-setuptools'
|
'python-setuptools'
|
||||||
'python-wheel'
|
'python-wheel'
|
||||||
)
|
)
|
||||||
optdepends=(
|
|
||||||
'python-setuptools: used on import error'
|
|
||||||
)
|
|
||||||
|
|
||||||
_pkgsrc="$_module-$pkgver"
|
_pkgsrc="$_module-$pkgver"
|
||||||
_pkgext="tar.gz"
|
_pkgext="tar.gz"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue