diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-02-24 22:06:56 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2024-02-24 22:06:56 +0000 |
| commit | 0261dc041f71d8689e262bb297ddd2394c8e49e5 (patch) | |
| tree | 7a7a696ffe8d777d8ffbc46a296b942c26161332 /dev-python/prawcore | |
| parent | 4b10c4427684b9ac52f7eb01e53d21540edf47b5 (diff) | |
| download | baldeagleos-repo-0261dc041f71d8689e262bb297ddd2394c8e49e5.tar.gz baldeagleos-repo-0261dc041f71d8689e262bb297ddd2394c8e49e5.tar.xz baldeagleos-repo-0261dc041f71d8689e262bb297ddd2394c8e49e5.zip | |
Adding metadata
Diffstat (limited to 'dev-python/prawcore')
| -rw-r--r-- | dev-python/prawcore/prawcore-2.3.0.ebuild | 6 |
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}] |
