mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-01-20 07:05:38 +01:00
wapiti: python24 no longer supported
This commit is contained in:
parent
f22d433ff1
commit
f2aee87f07
2 changed files with 1 additions and 7 deletions
|
|
@ -1,4 +0,0 @@
|
|||
#!/bin/sh
|
||||
|
||||
cd /usr/lib/wapiti
|
||||
./wapiti.py $@
|
||||
|
|
@ -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}]
|
||||
|
|
|
|||
Loading…
Reference in a new issue