mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/mock: Replace virts with cond deps
Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -19,7 +19,9 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
CDEPEND="
|
||||
>=dev-python/pbr-1.3[${PYTHON_USEDEP}]
|
||||
virtual/python-funcsigs[${PYTHON_USEDEP}]"
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/funcsigs[${PYTHON_USEDEP}]
|
||||
' -2)"
|
||||
DEPEND="
|
||||
>=dev-python/setuptools-17.1[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
|
||||
@@ -19,7 +19,9 @@ RESTRICT="!test? ( test )"
|
||||
|
||||
CDEPEND="
|
||||
>=dev-python/pbr-1.3[${PYTHON_USEDEP}]
|
||||
>=virtual/python-funcsigs-1[${PYTHON_USEDEP}]"
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/funcsigs[${PYTHON_USEDEP}]
|
||||
' -2)"
|
||||
DEPEND="
|
||||
>=dev-python/setuptools-17.1[${PYTHON_USEDEP}]
|
||||
test? (
|
||||
|
||||
@@ -16,7 +16,9 @@ SLOT="0"
|
||||
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-linux ~x86-linux ~x64-macos"
|
||||
|
||||
RDEPEND="
|
||||
>=virtual/python-funcsigs-1[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep '
|
||||
dev-python/funcsigs[${PYTHON_USEDEP}]
|
||||
' -2)
|
||||
>=dev-python/six-1.9[${PYTHON_USEDEP}]"
|
||||
DEPEND="${RDEPEND}
|
||||
>=dev-python/setuptools-17.1[${PYTHON_USEDEP}]"
|
||||
|
||||
Reference in New Issue
Block a user