diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-05-15 11:59:56 +0200 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-05-15 12:00:53 +0200 |
commit | 55ac0694328b652528f58f3721f482c8006489fe (patch) | |
tree | ae9df459625becffcfdd3eec63e3b8523b4d3ae7 /sci-libs/jiwer | |
parent | acct-user/iroffer: remove myself from maintainers (diff) | |
download | gentoo-55ac0694328b652528f58f3721f482c8006489fe.tar.gz gentoo-55ac0694328b652528f58f3721f482c8006489fe.tar.bz2 gentoo-55ac0694328b652528f58f3721f482c8006489fe.zip |
sci-libs/jiwer: fix RDEPEND
Closes: https://bugs.gentoo.org/906375
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'sci-libs/jiwer')
-rw-r--r-- | sci-libs/jiwer/jiwer-3.0.1-r1.ebuild (renamed from sci-libs/jiwer/jiwer-3.0.1.ebuild) | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sci-libs/jiwer/jiwer-3.0.1.ebuild b/sci-libs/jiwer/jiwer-3.0.1-r1.ebuild index dcf61747a15a..c3b6585071d4 100644 --- a/sci-libs/jiwer/jiwer-3.0.1.ebuild +++ b/sci-libs/jiwer/jiwer-3.0.1-r1.ebuild @@ -18,9 +18,9 @@ SRC_URI="https://github.com/jitsi/${PN}/archive/refs/tags/v${PV}.tar.gz LICENSE="Apache-2.0" SLOT="0" KEYWORDS="~amd64" -BDEPEND="test? ( +RDEPEND=" dev-python/rapidfuzz[${PYTHON_USEDEP}] -)" +" distutils_enable_tests pytest |