diff options
Diffstat (limited to 'testing/py-phpserialize')
-rw-r--r-- | testing/py-phpserialize/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-phpserialize/APKBUILD b/testing/py-phpserialize/APKBUILD index 0267001dfd..8a9f2cafbd 100644 --- a/testing/py-phpserialize/APKBUILD +++ b/testing/py-phpserialize/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A PHP serializer implementation for Python" url="https://github.com/mitsuhiko/phpserialize" arch="noarch" license="BSD" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |