mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2026-05-05 04:16:46 +02:00
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:
parent
294d0fd8e1
commit
ff3193e7ce
@ -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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user