aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKarel Zak <kzak@redhat.com>2024-04-09 12:02:35 +0200
committerKarel Zak <kzak@redhat.com>2024-04-09 12:02:35 +0200
commitd37ca5d60be4dc85a2ff7039a5cb4713d6497f76 (patch)
treebdb256d12949f22b4e5a99f3cdfe2af871606998
parenta06a5784ab94b62c2bb37290ea8037ca4a974d16 (diff)
parent9b4774f75030893040b0ce17b69dcb167229b36e (diff)
downloadutil-linux-d37ca5d60be4dc85a2ff7039a5cb4713d6497f76.tar.gz
Merge branch 'meson-python-embed-dep' of https://github.com/jwillikers/util-linux
* 'meson-python-embed-dep' of https://github.com/jwillikers/util-linux: meson: Require Python dependency which can be embedded for pylibmount
-rw-r--r--libmount/python/meson.build2
1 files changed, 1 insertions, 1 deletions
diff --git a/libmount/python/meson.build b/libmount/python/meson.build
index 0957bca06b..72985eca6b 100644
--- a/libmount/python/meson.build
+++ b/libmount/python/meson.build
@@ -17,7 +17,7 @@ if build_python
pylibmount_sources,
include_directories : [dir_include],
subdir : 'libmount',
- dependencies : [mount_dep, python.dependency()],
+ dependencies : [mount_dep, python.dependency(embed: true)],
c_args : [
'-Wno-cast-function-type',