From 9cd1ba3a107428f11ac447dd65a1d67c4dcb6dc6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren=20Tempel?= Date: Fri, 17 Jun 2016 22:22:28 +0200 Subject: testing/esptool: fix dependencies Also fix arch. --- testing/esptool/APKBUILD | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'testing/esptool/APKBUILD') diff --git a/testing/esptool/APKBUILD b/testing/esptool/APKBUILD index fa3dceaa21..6ee50d23eb 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="" -- cgit v1.2.3