diff options
Diffstat (limited to 'testing/py-jmespath/APKBUILD')
-rw-r--r-- | testing/py-jmespath/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-jmespath/APKBUILD b/testing/py-jmespath/APKBUILD index 66797245aa..6b5bedfd04 100644 --- a/testing/py-jmespath/APKBUILD +++ b/testing/py-jmespath/APKBUILD @@ -8,7 +8,7 @@ pkgdesc="JMESPath is a query language for JSON" url="http://jmespath.org" arch="noarch" license="MIT" -depends="python" +depends="python2" depends_dev= makedepends="python2-dev py-setuptools" install= |