diff options
Diffstat (limited to 'testing/py-serial/APKBUILD')
-rw-r--r-- | testing/py-serial/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-serial/APKBUILD b/testing/py-serial/APKBUILD index e66f793bd0..c8ea2e661c 100644 --- a/testing/py-serial/APKBUILD +++ b/testing/py-serial/APKBUILD @@ -9,7 +9,7 @@ url="http://pyserial.sourceforge.net/" arch="noarch" license="Python" depends="python" -makedepends="python-dev" +makedepends="python2-dev" install="" subpackages="$pkgname-doc $pkgname-examples" source="https://files.pythonhosted.org/packages/source/${_pkgname:0:1}/$_pkgname/$_pkgname-$pkgver.tar.gz" |