mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-01 11:18:09 -07:00
dev-python/brotlipy: Add missing dep on enum34 for py2
Closes: https://bugs.gentoo.org/719754 Signed-off-by: Michał Górny <mgorny@gentoo.org>
This commit is contained in:
@@ -22,7 +22,9 @@ SLOT="0"
|
||||
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 ~s390 sparc x86"
|
||||
|
||||
# module name collision with app-arch/brotli
|
||||
RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]
|
||||
RDEPEND="
|
||||
virtual/python-cffi[${PYTHON_USEDEP}]
|
||||
$(python_gen_cond_dep 'dev-python/enum34[${PYTHON_USEDEP}]' -2)
|
||||
!app-arch/brotli[python]"
|
||||
DEPEND="
|
||||
test? (
|
||||
Reference in New Issue
Block a user