mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/vertex: Support combined dev-python/twisted
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2015 Gentoo Foundation
|
||||
# Copyright 1999-2017 Gentoo Foundation
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI="5"
|
||||
@@ -18,9 +18,12 @@ RDEPEND="
|
||||
libressl? ( dev-libs/libressl )
|
||||
>=dev-python/epsilon-0.6.0-r1[${PYTHON_USEDEP}]
|
||||
>=dev-python/pyopenssl-0.13-r1[${PYTHON_USEDEP}]
|
||||
dev-python/twisted-core[${PYTHON_USEDEP}]"
|
||||
|| (
|
||||
dev-python/twisted[${PYTHON_USEDEP}]
|
||||
dev-python/twisted-core[${PYTHON_USEDEP}]
|
||||
)"
|
||||
DEPEND="${RDEPEND}
|
||||
test? ( dev-python/pretend )"
|
||||
test? ( dev-python/pretend[${PYTHON_USEDEP}] )"
|
||||
|
||||
python_install_all() {
|
||||
distutils-r1_python_install_all
|
||||
|
||||
Reference in New Issue
Block a user