mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 11:33:15 -04:00
dev-python/gbinder: 1.3.0 9999 fix build
gbinder-1.1.1-setuptools.patch was upstreamed setup.py no longer takes --cython as argument, it's default now Signed-off-by: Paul Zander <negril.nx+gentoo@gmail.com>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2025 Gentoo Authors
|
||||
# Copyright 1999-2026 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -35,11 +35,3 @@ BDEPEND="
|
||||
virtual/pkgconfig
|
||||
dev-python/cython[${PYTHON_USEDEP}]
|
||||
"
|
||||
|
||||
PATCHES=(
|
||||
"${FILESDIR}"/gbinder-1.1.1-setuptools.patch
|
||||
)
|
||||
|
||||
python_configure_all() {
|
||||
DISTUTILS_ARGS=( --cython )
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user