summaryrefslogtreecommitdiff
path: root/dev-python/rfc3339-validator
diff options
context:
space:
mode:
authorLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-05-10 06:53:43 +0000
committerLiguros - Gitlab CI/CD [develop] <gitlab@liguros.net>2026-05-10 06:53:43 +0000
commit2c151520cf0208b063dedd9f0aeb04eaad54c1af (patch)
treeea5e88e2dfbc5adaec5139b75e838d55bb725b4f /dev-python/rfc3339-validator
parent7f7e3a8f33bbf2fd204e5e9510395a0585591ed5 (diff)
downloadbaldeagleos-repo-2c151520cf0208b063dedd9f0aeb04eaad54c1af.tar.gz
baldeagleos-repo-2c151520cf0208b063dedd9f0aeb04eaad54c1af.tar.xz
baldeagleos-repo-2c151520cf0208b063dedd9f0aeb04eaad54c1af.zip
Adding metadata
Diffstat (limited to 'dev-python/rfc3339-validator')
-rw-r--r--dev-python/rfc3339-validator/rfc3339-validator-0.1.4-r1.ebuild8
1 files changed, 2 insertions, 6 deletions
diff --git a/dev-python/rfc3339-validator/rfc3339-validator-0.1.4-r1.ebuild b/dev-python/rfc3339-validator/rfc3339-validator-0.1.4-r1.ebuild
index 3208f68ea372..ed3e85155e8d 100644
--- a/dev-python/rfc3339-validator/rfc3339-validator-0.1.4-r1.ebuild
+++ b/dev-python/rfc3339-validator/rfc3339-validator-0.1.4-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2025 Gentoo Authors
+# Copyright 1999-2026 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
@@ -26,10 +26,6 @@ RDEPEND="
dev-python/six[${PYTHON_USEDEP}]
dev-python/strict-rfc3339[${PYTHON_USEDEP}]
"
-BDEPEND="
- test? (
- dev-python/hypothesis[${PYTHON_USEDEP}]
- )
-"
+EPYTEST_PLUGINS=( hypothesis )
distutils_enable_tests pytest