Message ID | 20240418134147.184430-1-sven@svenschwermer.de |
---|---|
State | New |
Headers | show |
Series | fetch2: Add missing runfetchcmd import | expand |
diff --git a/lib/bb/fetch2/gcp.py b/lib/bb/fetch2/gcp.py index f40ce2eaa..eb3e0c6a6 100644 --- a/lib/bb/fetch2/gcp.py +++ b/lib/bb/fetch2/gcp.py @@ -23,6 +23,7 @@ import urllib.parse, urllib.error from bb.fetch2 import FetchMethod from bb.fetch2 import FetchError from bb.fetch2 import logger +from bb.fetch2 import runfetchcmd class GCP(FetchMethod): """