aboutsummaryrefslogtreecommitdiffstats
path: root/testing/esptool
diff options
context:
space:
mode:
authorSören Tempel <soeren+git@soeren-tempel.net>2016-06-17 22:22:28 +0200
committerSören Tempel <soeren+git@soeren-tempel.net>2016-06-17 22:33:06 +0200
commit9cd1ba3a107428f11ac447dd65a1d67c4dcb6dc6 (patch)
tree16f6db85345e9aa06e673cf2fea80d98428e3722 /testing/esptool
parent30b81b24d41e489f6f55badb4389ee998fa562fd (diff)
testing/esptool: fix dependencies
Also fix arch.
Diffstat (limited to 'testing/esptool')
-rw-r--r--testing/esptool/APKBUILD6
1 files changed, 3 insertions, 3 deletions
diff --git a/testing/esptool/APKBUILD b/testing/esptool/APKBUILD
index fa3dceaa21d..6ee50d23eb2 100644
--- a/testing/esptool/APKBUILD
+++ b/testing/esptool/APKBUILD
@@ -2,12 +2,12 @@
# Maintainer:
pkgname=esptool
pkgver=1.1
-pkgrel=0
+pkgrel=1
pkgdesc="ESP8266 ROM Bootloader utility"
url="https://github.com/themadinventor/esptool"
-arch="all"
+arch="noarch"
license="GPLv2"
-depends="python py-serial"
+depends="python py-serial py-setuptools"
makedepends="python-dev"
install=""
subpackages=""