commit: ef02448bc2938cc541c26dce55499fed1f74f5f0
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Thu Jul 11 20:42:53 2024 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Thu Jul 11 20:55:14 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ef02448b
dev-python/truststore: Keyword 0.9.1 for ~m68k
Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
dev-python/truststore/truststore-0.9.1.ebuild | 15 +--------------
1 file changed, 1 insertion(+), 14 deletions(-)
diff --git a/dev-python/truststore/truststore-0.9.1.ebuild
b/dev-python/truststore/truststore-0.9.1.ebuild
index 2d73e528aada..f51bc853a354 100644
--- a/dev-python/truststore/truststore-0.9.1.ebuild
+++ b/dev-python/truststore/truststore-0.9.1.ebuild
@@ -20,24 +20,11 @@ SRC_URI="
LICENSE="MIT"
SLOT="0"
-KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~ppc64 ~riscv ~sparc ~x86"
+KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~ppc64 ~riscv ~sparc
~x86"
# The vast majority of tests require Internet access.
PROPERTIES="test_network"
RESTRICT="test"
-BDEPEND="
- test? (
- dev-python/aiohttp[${PYTHON_USEDEP}]
- dev-python/flaky[${PYTHON_USEDEP}]
- dev-python/httpx[${PYTHON_USEDEP}]
- dev-python/pyopenssl[${PYTHON_USEDEP}]
- dev-python/pytest-asyncio[${PYTHON_USEDEP}]
- dev-python/pytest-httpserver[${PYTHON_USEDEP}]
- dev-python/requests[${PYTHON_USEDEP}]
- dev-python/trustme[${PYTHON_USEDEP}]
- dev-python/urllib3[${PYTHON_USEDEP}]
- )
-"
distutils_enable_tests pytest