diff options
author | Sam James <sam@gentoo.org> | 2023-02-27 00:21:26 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-27 00:21:26 +0000 |
commit | 99e194a443c2673106f632551f7a07996f8d5fc1 (patch) | |
tree | 95fa109cc21702ea37e600b50207f4f7683d4aa2 /dev-python | |
parent | dev-lang/python: Stabilize 3.8.16_p3 ppc64, #898002 (diff) | |
download | gentoo-99e194a443c2673106f632551f7a07996f8d5fc1.tar.gz gentoo-99e194a443c2673106f632551f7a07996f8d5fc1.tar.bz2 gentoo-99e194a443c2673106f632551f7a07996f8d5fc1.zip |
dev-python/pkgcraft: require cython-3 in 9999
See https://github.com/pkgcraft/pkgcraft-python/commit/543a260b2392bfaa25a074af23fc3ad119fa4dff.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/pkgcraft/pkgcraft-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild index be43bfffaec1..8969d25f9d5f 100644 --- a/dev-python/pkgcraft/pkgcraft-9999.ebuild +++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild @@ -38,7 +38,7 @@ RDEPEND=" " DEPEND="${RDEPEND}" BDEPEND=" - dev-python/cython + >=dev-python/cython-3.0.0_beta1 dev-python/setuptools_scm virtual/pkgconfig " |