diff options
Diffstat (limited to 'community/py-sensehat/APKBUILD')
-rw-r--r-- | community/py-sensehat/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-sensehat/APKBUILD b/community/py-sensehat/APKBUILD index bfad9a50a7..5e221b7027 100644 --- a/community/py-sensehat/APKBUILD +++ b/community/py-sensehat/APKBUILD @@ -10,7 +10,7 @@ arch="armhf" license="BSD-3" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="$_pkgname-$pkgver.tar.gz::https://github.com/RPi-Distro/${_pkgname}/archive/v${pkgver}.tar.gz" |