Skip to content

Commit

Permalink
Add setuptools as a host dep to make Meson happy
Browse files Browse the repository at this point in the history
This is the current recommendation in mesonbuild/meson#7702 to deal with
Python 3.12's removal of distutils.
  • Loading branch information
pkgw committed Sep 24, 2023
1 parent 1f2ebd9 commit baf77da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ requirements:
- glib
- libffi
- python
- setuptools

outputs:
- name: libgirepository
Expand Down Expand Up @@ -89,6 +90,7 @@ outputs:
- glib {{ local_glib_pin }}
- glib
- python
- setuptools
run:
- pkg-config
- python
Expand Down Expand Up @@ -139,6 +141,7 @@ outputs:
- glib
- libffi
- python
- setuptools
run:
- {{ pin_subpackage('g-ir-build-tools', exact=True) }}
- {{ pin_subpackage('g-ir-host-tools', exact=True) }}
Expand Down

0 comments on commit baf77da

Please sign in to comment.