diff options
Diffstat (limited to 'testing/py-qrcode/APKBUILD')
-rw-r--r-- | testing/py-qrcode/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-qrcode/APKBUILD b/testing/py-qrcode/APKBUILD index 3c90e2ad8b..ec8c3bf72e 100644 --- a/testing/py-qrcode/APKBUILD +++ b/testing/py-qrcode/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="A QR code image generator" url="https://github.com/lincolnloop/python-qrcode" arch="noarch" license="BSD" -depends="python py-pillow" +depends="python2 py-pillow" depends_dev="" makedepends="python2-dev py-setuptools" install="" |