Skip to content

Commit

Permalink
dev-python/werkzeug: exclude test dep dev-python/greenlet for loong
Browse files Browse the repository at this point in the history
The LoongArch port for greenlet hasn't been merged yet [1], so disable
for now.

[1]: python-greenlet/greenlet#257

Signed-off-by: WANG Xuerui <[email protected]>
  • Loading branch information
xen0n committed May 1, 2022
1 parent a7831e7 commit 273cbfe
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dev-python/werkzeug/werkzeug-2.1.2.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ LICENSE="BSD"
SLOT="0"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86"

# NOTE: remove the loong mask after greenlet gains support for loong
# see https://github.com/python-greenlet/greenlet/pull/257
BDEPEND="
test? (
dev-python/ephemeral-port-reserve[${PYTHON_USEDEP}]
Expand All @@ -32,11 +34,11 @@ BDEPEND="
!alpha? ( !hppa? ( !ia64? (
dev-python/cryptography[${PYTHON_USEDEP}]
) ) )
!hppa? ( !ia64? (
!hppa? ( !ia64? ( !loong? (
$(python_gen_cond_dep '
dev-python/greenlet[${PYTHON_USEDEP}]
' 'python*')
) )
) ) )
)
"

Expand Down

0 comments on commit 273cbfe

Please sign in to comment.