diff options
| author | dd <dd@wx.tnyzeq.icu> | 2024-09-05 17:00:10 +0200 |
|---|---|---|
| committer | dd <dd@wx.tnyzeq.icu> | 2024-09-05 17:00:10 +0200 |
| commit | f02a007bbfa52509c13936e1f662576938334ee6 (patch) | |
| tree | 659a9f38eb090f1ae2da57cbd70f3978ad03aad0 /scripts | |
| parent | 9efc17531a415d21cc19546622dee201302a64be (diff) | |
| parent | c319ca672370216f88cd9f5e65f370bfea4ee7db (diff) | |
| download | vyos-build-f02a007bbfa52509c13936e1f662576938334ee6.tar.gz vyos-build-f02a007bbfa52509c13936e1f662576938334ee6.zip | |
Merge branch 'vyos:current' into current
Diffstat (limited to 'scripts')
| -rwxr-xr-x | scripts/image-build/build-vyos-image | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/image-build/build-vyos-image b/scripts/image-build/build-vyos-image index c13d7607..a0acd184 100755 --- a/scripts/image-build/build-vyos-image +++ b/scripts/image-build/build-vyos-image @@ -43,10 +43,9 @@ try: import tomli import jinja2 import git - import psutil except ModuleNotFoundError as e: print(f"E: Cannot load required library {e}") - print("E: Please make sure the following Python3 modules are installed: tomli jinja2 git psutil") + print("E: Please make sure the following Python3 modules are installed: tomli jinja2 git") sys.exit(1) # Import local defaults |
