diff options
Diffstat (limited to 'testing/xml2rfc/APKBUILD')
-rw-r--r-- | testing/xml2rfc/APKBUILD | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testing/xml2rfc/APKBUILD b/testing/xml2rfc/APKBUILD index 9e8b03f5f0..efec83c516 100644 --- a/testing/xml2rfc/APKBUILD +++ b/testing/xml2rfc/APKBUILD @@ -7,7 +7,7 @@ pkgdesc="A tool for converting XML documents into internet drafts and RFCs" url="http://tools.ietf.org/" arch="noarch" license="BSD" -depends="python py-lxml" +depends="python2 py-lxml" depends_dev="" makedepends="$depends_dev py-setuptools" install="" |