diff options
Diffstat (limited to 'testing/py-rpio/APKBUILD')
-rw-r--r-- | testing/py-rpio/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-rpio/APKBUILD b/testing/py-rpio/APKBUILD index 0fa4351354..1a7fd049e1 100644 --- a/testing/py-rpio/APKBUILD +++ b/testing/py-rpio/APKBUILD @@ -10,7 +10,7 @@ arch="all" license="LGPLv3+" depends="python" depends_dev="" -makedepends="python-dev py-setuptools" +makedepends="python2-dev py-setuptools" install="" subpackages="" source="$pkgname-$pkgver.tar.gz::https://github.com/metachris/RPIO/archive/v$pkgver.tar.gz |