mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-22 01:31:03 +00:00
move-script: fix type in dateutil package name
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1080>
This commit is contained in:
parent
4eb355ea13
commit
285be1ad32
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ try:
|
|||
import gitlab
|
||||
except ModuleNotFoundError:
|
||||
print("========================================================================", file=sys.stderr)
|
||||
print("ERROR: Install python-gitlab with `python3 -m pip install python-gitlab dateutil`", file=sys.stderr)
|
||||
print("ERROR: Install python-gitlab with `python3 -m pip install python-gitlab python-dateutil`", file=sys.stderr)
|
||||
print("========================================================================", file=sys.stderr)
|
||||
sys.exit(1)
|
||||
|
||||
|
|
Loading…
Reference in a new issue