mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 01:14:15 +02:00
fix -> missing Python hard dependency: packaging
This commit is contained in:
@@ -12,7 +12,7 @@ from pathlib import Path
|
||||
from typing import Set, Type, List, Tuple, Optional
|
||||
|
||||
from colorama import Fore
|
||||
from pkg_resources import parse_version
|
||||
from packaging.version import parse as parse_version
|
||||
|
||||
from bauh.api.abstract.context import ApplicationContext
|
||||
from bauh.api.abstract.controller import SoftwareManager, SearchResult, UpgradeRequirements, UpgradeRequirement, \
|
||||
|
||||
Reference in New Issue
Block a user