diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-08-28 05:46:26 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-08-28 05:46:54 +0200 |
commit | 7f32c4ba9c0d492b2a4f5494a981a991df022623 (patch) | |
tree | 1700a62f5fd62164d4cd62e8406e92328ca02220 /dev-python | |
parent | dev-python/uv: Bump to 0.3.5 (diff) | |
download | gentoo-7f32c4ba9c0d492b2a4f5494a981a991df022623.tar.gz gentoo-7f32c4ba9c0d492b2a4f5494a981a991df022623.tar.bz2 gentoo-7f32c4ba9c0d492b2a4f5494a981a991df022623.zip |
dev-python/cffi: Require <dev-python/setuptools-74
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/cffi/cffi-1.16.0-r1.ebuild (renamed from dev-python/cffi/cffi-1.16.0.ebuild) | 4 | ||||
-rw-r--r-- | dev-python/cffi/cffi-1.17.0-r1.ebuild (renamed from dev-python/cffi/cffi-1.17.0.ebuild) | 3 |
2 files changed, 4 insertions, 3 deletions
diff --git a/dev-python/cffi/cffi-1.16.0.ebuild b/dev-python/cffi/cffi-1.16.0-r1.ebuild index a44630dcd7d5..bffeaa3b3bba 100644 --- a/dev-python/cffi/cffi-1.16.0.ebuild +++ b/dev-python/cffi/cffi-1.16.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # please keep this ebuild at EAPI 8 -- sys-apps/portage dep @@ -31,7 +31,7 @@ DEPEND=" RDEPEND=" ${DEPEND} dev-python/pycparser[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] + <dev-python/setuptools-74[${PYTHON_USEDEP}] " BDEPEND=" ${RDEPEND} diff --git a/dev-python/cffi/cffi-1.17.0.ebuild b/dev-python/cffi/cffi-1.17.0-r1.ebuild index 60922891b668..8c4d27a3a72d 100644 --- a/dev-python/cffi/cffi-1.17.0.ebuild +++ b/dev-python/cffi/cffi-1.17.0-r1.ebuild @@ -27,10 +27,11 @@ DEPEND=" >=dev-libs/libffi-3.4.4-r1:= " # setuptools as a modern distutils provider +# <setuptools-74 for https://github.com/python-cffi/cffi/issues/117 RDEPEND=" ${DEPEND} dev-python/pycparser[${PYTHON_USEDEP}] - dev-python/setuptools[${PYTHON_USEDEP}] + <dev-python/setuptools-74[${PYTHON_USEDEP}] " BDEPEND=" ${RDEPEND} |