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 c8ea2e661c..7497a19bc5 100644 --- a/testing/py-serial/APKBUILD +++ b/testing/py-serial/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="Python Serial Port Extension" url="http://pyserial.sourceforge.net/" arch="noarch" license="Python" -depends="python" +depends="python2" makedepends="python2-dev" install="" subpackages="$pkgname-doc $pkgname-examples" |