commit:     66f44cad6f19ded0333d68e238f07042f69a2864
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 25 09:06:14 2020 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat Apr 25 09:07:17 2020 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=66f44cad

dev-python/brotlipy: Add a blocker for app-arch/brotli[python]

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../brotlipy/{brotlipy-0.7.0.ebuild => brotlipy-0.7.0-r1.ebuild}      | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/dev-python/brotlipy/brotlipy-0.7.0.ebuild 
b/dev-python/brotlipy/brotlipy-0.7.0-r1.ebuild
similarity index 92%
rename from dev-python/brotlipy/brotlipy-0.7.0.ebuild
rename to dev-python/brotlipy/brotlipy-0.7.0-r1.ebuild
index 1842271e95a..7cd6af26849 100644
--- a/dev-python/brotlipy/brotlipy-0.7.0.ebuild
+++ b/dev-python/brotlipy/brotlipy-0.7.0-r1.ebuild
@@ -23,7 +23,9 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~ppc ~ppc64 
~s390 sparc x86"
 IUSE="test"
 RESTRICT="!test? ( test )"
 
-RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]"
+# module name collision with app-arch/brotli
+RDEPEND="virtual/python-cffi[${PYTHON_USEDEP}]
+       !app-arch/brotli[python]"
 DEPEND="
        ${RDEPEND}
        dev-python/setuptools[${PYTHON_USEDEP}]

Reply via email to