diff options
Diffstat (limited to 'community/py-rpigpio/APKBUILD')
-rw-r--r-- | community/py-rpigpio/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/community/py-rpigpio/APKBUILD b/community/py-rpigpio/APKBUILD index 89b3aa129f..83c05abfc1 100644 --- a/community/py-rpigpio/APKBUILD +++ b/community/py-rpigpio/APKBUILD @@ -9,7 +9,7 @@ url="https://pypi.python.org/pypi/RPi.GPIO" arch="armhf" license="MIT" depends="python" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" source="$pkgname-$pkgver.tar.gz::https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" builddir="$srcdir/$_pkgname-$pkgver" |