diff options
author | Michał Górny <mgorny@gentoo.org> | 2024-08-28 12:38:58 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2024-08-28 12:39:51 +0200 |
commit | 129e3ad23cc637ca00bd002526f69a085417763d (patch) | |
tree | 22dbf4d1bc34517dfa0b93a1932a16a42694798c /dev-python/cffi | |
parent | sys-auth/elogind: Switch off IUSE cgroup-hybrid by default (diff) | |
download | gentoo-129e3ad23cc637ca00bd002526f69a085417763d.tar.gz gentoo-129e3ad23cc637ca00bd002526f69a085417763d.tar.bz2 gentoo-129e3ad23cc637ca00bd002526f69a085417763d.zip |
dev-python/cffi: Revert "Require <dev-python/setuptools-74"
Actually, the broken imports apply only to win32.
Reverts: 7f32c4ba9c0d492b2a4f5494a981a991df022623
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'dev-python/cffi')
-rw-r--r-- | dev-python/cffi/cffi-1.16.0.ebuild (renamed from dev-python/cffi/cffi-1.16.0-r1.ebuild) | 4 | ||||
-rw-r--r-- | dev-python/cffi/cffi-1.17.0.ebuild (renamed from dev-python/cffi/cffi-1.17.0-r1.ebuild) | 3 |
2 files changed, 3 insertions, 4 deletions
diff --git a/dev-python/cffi/cffi-1.16.0-r1.ebuild b/dev-python/cffi/cffi-1.16.0.ebuild index bffeaa3b3bba..a44630dcd7d5 100644 --- a/dev-python/cffi/cffi-1.16.0-r1.ebuild +++ b/dev-python/cffi/cffi-1.16.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2023 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-74[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] " BDEPEND=" ${RDEPEND} diff --git a/dev-python/cffi/cffi-1.17.0-r1.ebuild b/dev-python/cffi/cffi-1.17.0.ebuild index 8c4d27a3a72d..60922891b668 100644 --- a/dev-python/cffi/cffi-1.17.0-r1.ebuild +++ b/dev-python/cffi/cffi-1.17.0.ebuild @@ -27,11 +27,10 @@ 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-74[${PYTHON_USEDEP}] + dev-python/setuptools[${PYTHON_USEDEP}] " BDEPEND=" ${RDEPEND} |