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 83c05abfc1..edeaf5efc6 100644 --- a/community/py-rpigpio/APKBUILD +++ b/community/py-rpigpio/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="This package provides a class to control the GPIO on a Raspberry Pi." url="https://pypi.python.org/pypi/RPi.GPIO" arch="armhf" license="MIT" -depends="python" +depends="python2" 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" |