commit: f729b4fc3009eace7f1c6bf1d016d568750638cd
Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sun May 12 15:51:12 2024 +0000
Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sun May 12 16:29:57 2024 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f729b4fc
dev-python/rfc3986-validator: rfc3987 is a test depend, not RDEP
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
...6-validator-0.1.1-r1.ebuild => rfc3986-validator-0.1.1-r2.ebuild} | 5 ++---
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1-r1.ebuild
b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1-r2.ebuild
similarity index 87%
rename from dev-python/rfc3986-validator/rfc3986-validator-0.1.1-r1.ebuild
rename to dev-python/rfc3986-validator/rfc3986-validator-0.1.1-r2.ebuild
index e99f89c54f69..4754716592c5 100644
--- a/dev-python/rfc3986-validator/rfc3986-validator-0.1.1-r1.ebuild
+++ b/dev-python/rfc3986-validator/rfc3986-validator-0.1.1-r2.ebuild
@@ -18,12 +18,11 @@ LICENSE="MIT"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~loong ~m68k ~mips ppc ppc64
~riscv ~s390 sparc x86 ~arm64-macos ~x64-macos"
-RDEPEND="
- dev-python/rfc3987[${PYTHON_USEDEP}]
-"
+# not a typo, it actually test-depends on rfc3987, and not rfc3986
BDEPEND="
test? (
dev-python/hypothesis[${PYTHON_USEDEP}]
+ dev-python/rfc3987[${PYTHON_USEDEP}]
)
"