meson.build: drop python-devel dependency

This isn't needed. We need python but if we can run meson we can rely on
python being available anyway. And we don't actually use the python header
files here.

Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
pull/240/head
Peter Hutterer 2019-11-11 09:58:22 +10:00
parent 110c77745c
commit 820f168f43
1 changed files with 0 additions and 2 deletions

View File

@ -6,8 +6,6 @@ project('tuhi',
version_date='2019-09-12'
# Dependencies
dependency('python3', required: true,
not_found_message: 'python3 development package missing (try python3-devel or python3-dev)')
dependency('pygobject-3.0', required: true)
prefix = get_option('prefix')