mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-04 04:30:56 +02:00
sslstrip: steal twisted deps hack from tornado ebuild, issue #171
This commit is contained in:
parent
3abbba7cc0
commit
1488fd243a
1 changed files with 3 additions and 3 deletions
|
|
@ -18,9 +18,9 @@ IUSE=""
|
|||
|
||||
DEPEND="${PYTHON_DEPS}"
|
||||
RDEPEND="${DEPEND}
|
||||
|| ( <dev-python/twisted-web-16.2.0[${PYTHON_USEDEP}]
|
||||
>=dev-python/twisted-16.2.0[${PYTHON_USEDEP}] )
|
||||
"
|
||||
|| ( >=dev-python/twisted-16.0.0[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep 'dev-python/twisted-web[${PYTHON_USEDEP}]' 'python2_7')
|
||||
)"
|
||||
|
||||
src_install() {
|
||||
dodir /usr/lib/"${PN}"
|
||||
|
|
|
|||
Loading…
Reference in a new issue