wapiti: python24 no longer supported

This commit is contained in:
blshkv 2017-04-27 14:24:18 +08:00
parent f22d433ff1
commit f2aee87f07
No known key found for this signature in database
GPG key ID: 9CCF6FCB8D8A14BF
2 changed files with 1 additions and 7 deletions

View file

@ -1,4 +0,0 @@
#!/bin/sh
cd /usr/lib/wapiti
./wapiti.py $@

View file

@ -3,7 +3,7 @@
EAPI=6
PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
PYTHON_COMPAT=( python3_{4,5,6} )
PYTHON_REQ_USE='xml'
inherit subversion distutils-r1
@ -20,8 +20,6 @@ IUSE="ntlm kerberos"
DEPEND=""
#is is better? dev-python/beautifulsoup:4[$(python_gen_usedep 'python*')]"
RDEPEND="dev-python/beautifulsoup:4[${PYTHON_USEDEP}]
>=dev-python/requests-1.2.3[${PYTHON_USEDEP}]
dev-python/lxml[${PYTHON_USEDEP}]