mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
dev-python/cloudscraper: Add nodejs as a test dep., fix BDEPEND
The test USE-flag needs to be masked for amd64/x32 where nodejs is masked. Closes: https://bugs.gentoo.org/807454 Closes: https://github.com/gentoo/gentoo/pull/21942 Signed-off-by: Ekaterina Vaartis <vaartis@kotobank.ch> Signed-off-by: Louis Sautier <sbraz@gentoo.org>
This commit is contained in:
committed by
Louis Sautier
parent
fef27940b8
commit
d045203b0b
@@ -20,12 +20,13 @@ RDEPEND="
|
||||
dev-python/requests-toolbelt[${PYTHON_USEDEP}]
|
||||
dev-python/requests[${PYTHON_USEDEP}]
|
||||
"
|
||||
BDEPEND="${RDEPEND}
|
||||
BDEPEND="
|
||||
test? (
|
||||
dev-python/js2py[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-forked[${PYTHON_USEDEP}]
|
||||
dev-python/pytest-timeout[${PYTHON_USEDEP}]
|
||||
dev-python/responses[${PYTHON_USEDEP}]
|
||||
net-libs/nodejs
|
||||
)
|
||||
"
|
||||
|
||||
|
||||
@@ -4,6 +4,7 @@
|
||||
# Andreas Sturmlechner <asturm@gentoo.org> (2021-02-09)
|
||||
# Requires net-libs/nodejs, plus mask all reverse-dependencies.
|
||||
app-i18n/fcitx-libpinyin dictionary-manager
|
||||
dev-python/cloudscraper test
|
||||
games-util/lgogdownloader gui
|
||||
kde-apps/kde-apps-meta:5 pim
|
||||
kde-apps/kdenetwork-meta:5 bittorrent
|
||||
|
||||
Reference in New Issue
Block a user