aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/dependencies/base.py
diff options
context:
space:
mode:
Diffstat (limited to 'mesonbuild/dependencies/base.py')
-rw-r--r--mesonbuild/dependencies/base.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/dependencies/base.py b/mesonbuild/dependencies/base.py
index e5cb4bf..cbf9c44 100644
--- a/mesonbuild/dependencies/base.py
+++ b/mesonbuild/dependencies/base.py
@@ -105,7 +105,7 @@ class Dependency:
return methods
@classmethod
- def _process_is_system_kw(cls, kwargs):
+ def _process_is_system_kw(cls, kwargs):
if 'is_system' not in kwargs:
return False
if not isinstance(kwargs['is_system'], bool):