mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-06 00:48:18 -07:00
dev-libs/capstone: add missing 'setuptools' DEPEND, bug #640266
Reported-by: int80 Closes: https://bugs.gentoo.org/640266 Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
@@ -18,7 +18,9 @@ KEYWORDS="~amd64 ~arm ~arm64 ~x86"
|
||||
|
||||
IUSE="python"
|
||||
RDEPEND="python? ( ${PYTHON_DEPS} )"
|
||||
DEPEND="${RDEPEND}"
|
||||
DEPEND="${RDEPEND}
|
||||
python? ( dev-python/setuptools[${PYTHON_USEDEP}] )
|
||||
"
|
||||
REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"
|
||||
|
||||
PATCHES=(
|
||||
|
||||
Reference in New Issue
Block a user