main/gobject-introspection: move py3-setuptools to depends_dev

distutils is used in /usr/lib/gobject-introspection/giscanner/utils.py
This commit is contained in:
Celeste 2024-04-12 13:47:57 +00:00 committed by Andy Postnikov
parent 294d0fd8e1
commit ff3193e7ce

View File

@ -2,19 +2,23 @@
# Maintainer: Natanael Copa <ncopa@alpinelinux.org>
pkgname=gobject-introspection
pkgver=1.80.1
pkgrel=1
pkgrel=2
pkgdesc="Introspection system for GObject-based libraries"
url="https://wiki.gnome.org/action/show/Projects/GObjectIntrospection"
arch="all"
license="LGPL-2.0-or-later AND GPL-2.0-or-later AND MIT"
depends_dev="python3 cairo-dev libtool"
depends_dev="
cairo-dev
libtool
py3-setuptools
python3
"
makedepends="$depends_dev
bison
flex
glib-dev
libffi-dev
meson
py3-setuptools
python3-dev
"
subpackages="$pkgname-doc $pkgname-dev"