aboutsummaryrefslogtreecommitdiffstats
path: root/testing/py-firmata
diff options
context:
space:
mode:
Diffstat (limited to 'testing/py-firmata')
-rw-r--r--testing/py-firmata/APKBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-firmata/APKBUILD b/testing/py-firmata/APKBUILD
index 0cb00f3654..caf4ff0efa 100644
--- a/testing/py-firmata/APKBUILD
+++ b/testing/py-firmata/APKBUILD
@@ -8,7 +8,7 @@ pkgdesc="A Python interface for the Firmata procotol"
url="https://github.com/tino/pyFirmata"
arch="noarch"
license="MIT"
-depends="python py-serial"
+depends="python2 py-serial"
depends_dev=""
makedepends="python2-dev py-setuptools"
install=""