commit:     c707894138a6550681a0cfa1e7207a18e5501ec8
Author:     Michał Górny <mgorny <AT> gentoo <DOT> org>
AuthorDate: Sat May  4 07:19:28 2024 +0000
Commit:     Michał Górny <mgorny <AT> gentoo <DOT> org>
CommitDate: Sat May  4 07:25:41 2024 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7078941

dev-python/unasync: Add missing RDEPEND

Closes: https://bugs.gentoo.org/931191
Closes: https://bugs.gentoo.org/931192
Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>

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

diff --git a/dev-python/unasync/unasync-0.6.0.ebuild 
b/dev-python/unasync/unasync-0.6.0-r1.ebuild
similarity index 83%
rename from dev-python/unasync/unasync-0.6.0.ebuild
rename to dev-python/unasync/unasync-0.6.0-r1.ebuild
index d01028044749..7e093345d3f1 100644
--- a/dev-python/unasync/unasync-0.6.0.ebuild
+++ b/dev-python/unasync/unasync-0.6.0-r1.ebuild
@@ -20,10 +20,15 @@ SRC_URI="
 
 LICENSE="|| ( Apache-2.0 MIT )"
 SLOT="0"
-KEYWORDS="~amd64 ~arm64 ~x86"
+KEYWORDS="~amd64 ~arm64"
 
 distutils_enable_sphinx docs/source \
        dev-python/sphinxcontrib-trio \
        dev-python/sphinx-rtd-theme
 
 distutils_enable_tests pytest
+
+RDEPEND="
+       dev-python/setuptools[${PYTHON_USEDEP}]
+       dev-python/tokenize-rt[${PYTHON_USEDEP}]
+"

Reply via email to