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 28, 2023
1 parent 05df690 commit 6a9e2e3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipe/meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ requirements:
- glib
- pytest # for testing during the build
- python
- setuptools
run:
- python

Expand Down

0 comments on commit 6a9e2e3

Please sign in to comment.