commit:     f84e6237d56f8305531c5c2bbc7f17f2cbbae75f
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Fri Oct 14 11:32:52 2022 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Fri Oct 14 11:32:52 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f84e6237

dev-python/jaraco-test: Remove stray dep on toml

Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

 .../{jaraco-test-5.1.0.ebuild => jaraco-test-5.1.0-r1.ebuild}      | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/dev-python/jaraco-test/jaraco-test-5.1.0.ebuild 
b/dev-python/jaraco-test/jaraco-test-5.1.0-r1.ebuild
similarity index 88%
rename from dev-python/jaraco-test/jaraco-test-5.1.0.ebuild
rename to dev-python/jaraco-test/jaraco-test-5.1.0-r1.ebuild
index b372c99a21be..1bfd53ff5f73 100644
--- a/dev-python/jaraco-test/jaraco-test-5.1.0.ebuild
+++ b/dev-python/jaraco-test/jaraco-test-5.1.0-r1.ebuild
@@ -26,7 +26,12 @@ RDEPEND="
        dev-python/jaraco-context[${PYTHON_USEDEP}]
        dev-python/jaraco-functools[${PYTHON_USEDEP}]
        dev-python/more-itertools[${PYTHON_USEDEP}]
-       dev-python/toml[${PYTHON_USEDEP}]
 "
 
 distutils_enable_tests pytest
+
+src_prepare() {
+       # stray dep
+       sed -i -e '/toml/d' setup.cfg || die
+       distutils-r1_src_prepare
+}

Reply via email to