diff options
Diffstat (limited to 'testing/py-colander/APKBUILD')
-rw-r--r-- | testing/py-colander/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-colander/APKBUILD b/testing/py-colander/APKBUILD index fc305132d3..c278ef4375 100644 --- a/testing/py-colander/APKBUILD +++ b/testing/py-colander/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A simple schema-based Python serialization and deserialization library" url="http://docs.pylonsproject.org/projects/colander/en/latest/" arch="noarch" license="BSD" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |