mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-25 21:08:35 -07:00
dev-python/kombu: fix REQUIRED_USE
Package-Manager: portage-2.3.2
This commit is contained in:
@@ -56,7 +56,7 @@ DEPEND="${RDEPEND}
|
||||
# Req'd for test phase
|
||||
DISTUTILS_IN_SOURCE_BUILD=1
|
||||
|
||||
PY27_REQUSE="$(python_gen_useflags 'python2.7')"
|
||||
PY27_REQUSE="$(python_gen_useflags 'python2*')"
|
||||
REQUIRED_USE="
|
||||
sqs? ( ${PY27_REQUSE} )
|
||||
doc? ( ${PY27_REQUSE} amqplib sqs )" # 2 deps in doc build are py2 capable only
|
||||
|
||||
@@ -56,7 +56,7 @@ DEPEND="${RDEPEND}
|
||||
# Req'd for test phase
|
||||
DISTUTILS_IN_SOURCE_BUILD=1
|
||||
|
||||
PY27_REQUSE="$(python_gen_useflags 'python2.7')"
|
||||
PY27_REQUSE="$(python_gen_useflags 'python2*')"
|
||||
REQUIRED_USE="
|
||||
sqs? ( ${PY27_REQUSE} )
|
||||
doc? ( ${PY27_REQUSE} amqplib sqs )" # 2 deps in doc build are py2 capable only
|
||||
|
||||
Reference in New Issue
Block a user