diff options
Diffstat (limited to 'testing/py-dpath/APKBUILD')
-rw-r--r-- | testing/py-dpath/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-dpath/APKBUILD b/testing/py-dpath/APKBUILD index c283884164..d16dd61619 100644 --- a/testing/py-dpath/APKBUILD +++ b/testing/py-dpath/APKBUILD @@ -9,7 +9,7 @@ pkgdesc="Filesystem-like pathing and searching for dictionaries" url="https://www.github.com/akesterson/dpath-python" arch="noarch" license="MIT" -depends="python" +depends="python2" depends_dev="" makedepends="python2-dev py-setuptools" install="" |