diff options
Diffstat (limited to 'testing/py-ujson/APKBUILD')
-rw-r--r-- | testing/py-ujson/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-ujson/APKBUILD b/testing/py-ujson/APKBUILD index 6ac7855252..fd8d3bfeb5 100644 --- a/testing/py-ujson/APKBUILD +++ b/testing/py-ujson/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A fast Python JSON encoder and decoder" url="http://github.com/esnme/ultrajson" arch="all" license="BSD" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |