summaryrefslogtreecommitdiff
path: root/dev-python/prawcore
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/prawcore')
-rw-r--r--dev-python/prawcore/prawcore-2.3.0.ebuild6
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-python/prawcore/prawcore-2.3.0.ebuild b/dev-python/prawcore/prawcore-2.3.0.ebuild
index 4c76169becf5..2da31b5e6af3 100644
--- a/dev-python/prawcore/prawcore-2.3.0.ebuild
+++ b/dev-python/prawcore/prawcore-2.3.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 2022-2023 Gentoo Authors
+# Copyright 2022-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -17,10 +17,12 @@ LICENSE="BSD-2"
SLOT="0"
KEYWORDS="~amd64"
+# Tests require <dev-python/betamax-0.9 which is no longer available in ::gentoo
+RESTRICT="test"
+
RDEPEND="dev-python/requests[${PYTHON_USEDEP}]"
BDEPEND="
test? (
- <dev-python/betamax-0.9[${PYTHON_USEDEP}]
<dev-python/betamax-matchers-0.5[${PYTHON_USEDEP}]
<dev-python/betamax-serializers-0.3[${PYTHON_USEDEP}]
dev-python/mock[${PYTHON_USEDEP}]