From 71a91e6c5dd4328fa3c9cdb555de262f686a3bc4 Mon Sep 17 00:00:00 2001 From: Natanael Copa Date: Fri, 26 Mar 2021 18:45:57 +0000 Subject: [PATCH] testing/esptool: rebuild against python 3.9 --- testing/esptool/APKBUILD | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/esptool/APKBUILD b/testing/esptool/APKBUILD index 49c8710766d..f49db5265a4 100644 --- a/testing/esptool/APKBUILD +++ b/testing/esptool/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: pkgname=esptool pkgver=3.0 -pkgrel=1 +pkgrel=2 pkgdesc="ESP8266 and ESP32 serial bootloader utility" options="!check" # tests require older version of pycodestyle url="https://github.com/espressif/esptool"