diff options
Diffstat (limited to 'testing/py-peewee/APKBUILD')
-rw-r--r-- | testing/py-peewee/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-peewee/APKBUILD b/testing/py-peewee/APKBUILD index c6c2c37f1d..2fcfd0a7f4 100644 --- a/testing/py-peewee/APKBUILD +++ b/testing/py-peewee/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A small, expressive Object-relational mapping" url="https://github.com/coleifer/peewee" arch="noarch" license="MIT" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |