aboutsummaryrefslogtreecommitdiff
path: root/mesonbuild/modules/python.py
diff options
context:
space:
mode:
authorEli Schwartz <eschwartz@archlinux.org>2021-06-15 19:31:23 -0400
committerEli Schwartz <eschwartz@archlinux.org>2021-06-17 13:22:25 -0400
commit493dc6ed100503e4df7492a73a5d5d559f5f266b (patch)
treec95e1c030f1d54d4b66a0f159f8191f6e64dea76 /mesonbuild/modules/python.py
parentfbeb62101cc1ce1ebc0203e7be507a1a03280100 (diff)
downloadmeson-493dc6ed100503e4df7492a73a5d5d559f5f266b.zip
meson-493dc6ed100503e4df7492a73a5d5d559f5f266b.tar.gz
meson-493dc6ed100503e4df7492a73a5d5d559f5f266b.tar.bz2
move base class for system dependencies into base.py
In accordance with review comments; it's small enough this seems fitting.
Diffstat (limited to 'mesonbuild/modules/python.py')
-rw-r--r--mesonbuild/modules/python.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/mesonbuild/modules/python.py b/mesonbuild/modules/python.py
index 94e100b..f109503 100644
--- a/mesonbuild/modules/python.py
+++ b/mesonbuild/modules/python.py
@@ -31,7 +31,7 @@ from ..build import known_shmod_kwargs
from .. import mlog
from ..environment import detect_cpu_family
from ..dependencies import DependencyMethods, PkgConfigDependency, NotFoundDependency
-from ..dependencies.system import SystemDependency
+from ..dependencies.base import SystemDependency
from ..programs import ExternalProgram, NonExistingExternalProgram
mod_kwargs = {'subdir'}