diff options
author | Michał Górny <mgorny@gentoo.org> | 2023-12-29 17:55:37 +0100 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2023-12-29 18:49:55 +0100 |
commit | dda312932c8599d4cdb734f4b41fb641b1b1ffc1 (patch) | |
tree | add1e87527a09201d2b810b1326dc32713ab1fcf /dev-python/Levenshtein | |
parent | dev-python/pycryptodome: Stabilize 3.19.1 ppc, #920911 (diff) | |
download | gentoo-dda312932c8599d4cdb734f4b41fb641b1b1ffc1.tar.gz gentoo-dda312932c8599d4cdb734f4b41fb641b1b1ffc1.tar.bz2 gentoo-dda312932c8599d4cdb734f4b41fb641b1b1ffc1.zip |
dev-python/Levenshtein: Require <dev-cpp/rapidfuzz-cpp-3
Closes: https://bugs.gentoo.org/920920
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/Levenshtein')
-rw-r--r-- | dev-python/Levenshtein/Levenshtein-0.23.0.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/Levenshtein/Levenshtein-0.23.0.ebuild b/dev-python/Levenshtein/Levenshtein-0.23.0.ebuild index 1083c9daa5e3..1d355fdcba0e 100644 --- a/dev-python/Levenshtein/Levenshtein-0.23.0.ebuild +++ b/dev-python/Levenshtein/Levenshtein-0.23.0.ebuild @@ -25,6 +25,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 ~ia64 ~mips ppc ppc64 ~riscv ~s390 sparc x86" DEPEND=" + <dev-cpp/rapidfuzz-cpp-3 >=dev-cpp/rapidfuzz-cpp-2.0.0 " RDEPEND=" |