commit: e253693a37f6fe4c2f4d5e85fdb157a767c9d27b Author: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org> AuthorDate: Sun Jun 19 14:57:59 2022 +0000 Commit: Piotr Karbowski <slashbeast <AT> gentoo <DOT> org> CommitDate: Sun Jun 19 14:58:32 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e253693a
dev-python/pyfuse3: cython dependency added. Signed-off-by: Piotr Karbowski <slashbeast <AT> gentoo.org> .../pyfuse3/{pyfuse3-3.2.1-r1.ebuild => pyfuse3-3.2.1-r2.ebuild} | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/dev-python/pyfuse3/pyfuse3-3.2.1-r1.ebuild b/dev-python/pyfuse3/pyfuse3-3.2.1-r2.ebuild similarity index 92% rename from dev-python/pyfuse3/pyfuse3-3.2.1-r1.ebuild rename to dev-python/pyfuse3/pyfuse3-3.2.1-r2.ebuild index f89d8c1c07a0..373c92fb4944 100644 --- a/dev-python/pyfuse3/pyfuse3-3.2.1-r1.ebuild +++ b/dev-python/pyfuse3/pyfuse3-3.2.1-r2.ebuild @@ -23,7 +23,10 @@ RDEPEND=" ${CDEPEND} " -DEPEND="${CDEPEND}" +DEPEND=" + ${CDEPEND} + dev-python/cython[${PYTHON_USEDEP}] +" BDEPEND="test? ( dev-python/pytest-trio[${PYTHON_USEDEP}]