mirror of
https://github.com/GNS3/gns3-server
synced 2024-11-12 19:38:57 +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:
|
||||
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]]:
|
||||
"""
|
||||
Find appliances that matches an image checksum.
|
||||
|
@ -17,4 +17,5 @@ python-jose==3.3.0
|
||||
email-validator==1.2.1
|
||||
watchfiles==0.16.1
|
||||
zstandard==0.18.0
|
||||
importlib_resources>=1.3
|
||||
setuptools>=60.8.1
|
||||
|
Loading…
Reference in New Issue
Block a user