diff options
author | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-18 14:57:44 +0000 |
---|---|---|
committer | Natanael Copa <ncopa@alpinelinux.org> | 2012-06-18 14:57:44 +0000 |
commit | c2479441a0e15522bd1846a3ccd070a68227e02c (patch) | |
tree | 9d3d0abd0034996d7437ede6f0b494f581200068 /testing | |
parent | e0d57295f51a39a676ef8506e80a07601a7a161f (diff) | |
download | aports-c2479441a0e15522bd1846a3ccd070a68227e02c.tar.bz2 aports-c2479441a0e15522bd1846a3ccd070a68227e02c.tar.xz |
main/py-parsing: add python to depends
Diffstat (limited to 'testing')
-rw-r--r-- | testing/py-parsing/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/py-parsing/APKBUILD b/testing/py-parsing/APKBUILD index fde0319e08..ec76e0aa23 100644 --- a/testing/py-parsing/APKBUILD +++ b/testing/py-parsing/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="An object-oriented approach to text processing" url="http://pyparsing.wikispaces.com/" arch="noarch" license="MIT" -depends="" +depends="python" depends_dev="" makedepends="$depends_dev" install="" |