mirror of
https://github.com/GNS3/gns3-server.git
synced 2025-02-02 01:08:16 +00:00
Add missing importlib_resources
This commit is contained in:
parent
263febecbc
commit
7643185fa2
@ -125,7 +125,6 @@ class ApplianceManager:
|
|||||||
except OSError as e:
|
except OSError as e:
|
||||||
log.error(f"Could not install built-in appliance files to {dst_path}: {e}")
|
log.error(f"Could not install built-in appliance files to {dst_path}: {e}")
|
||||||
|
|
||||||
|
|
||||||
def _find_appliances_from_image_checksum(self, image_checksum: str) -> List[Tuple[Appliance, str]]:
|
def _find_appliances_from_image_checksum(self, image_checksum: str) -> List[Tuple[Appliance, str]]:
|
||||||
"""
|
"""
|
||||||
Find appliances that matches an image checksum.
|
Find appliances that matches an image checksum.
|
||||||
|
@ -17,4 +17,5 @@ python-jose==3.3.0
|
|||||||
email-validator==1.2.1
|
email-validator==1.2.1
|
||||||
watchfiles==0.16.1
|
watchfiles==0.16.1
|
||||||
zstandard==0.18.0
|
zstandard==0.18.0
|
||||||
|
importlib_resources>=1.3
|
||||||
setuptools>=60.8.1
|
setuptools>=60.8.1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user