diff options
-rw-r--r-- | dev-python/betamax/betamax-0.8.1-r2.ebuild (renamed from dev-python/betamax/betamax-0.8.1-r1.ebuild) | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dev-python/betamax/betamax-0.8.1-r1.ebuild b/dev-python/betamax/betamax-0.8.1-r2.ebuild index 716d37120f0d..9aae04ce98e9 100644 --- a/dev-python/betamax/betamax-0.8.1-r1.ebuild +++ b/dev-python/betamax/betamax-0.8.1-r2.ebuild @@ -18,8 +18,10 @@ LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ppc ppc64 ~riscv ~s390 sparc x86 ~x64-macos" +# urllib3-2 blocked by https://github.com/betamaxpy/betamax/issues/200 RDEPEND=" dev-python/requests[${PYTHON_USEDEP}] + <dev-python/urllib3-2[${PYTHON_USEDEP}] " distutils_enable_tests pytest |