mirror of
https://github.com/spalencsar/bearhub.git
synced 2026-07-07 00:04:15 +02:00
fix -> missing Python hard dependency: packaging
This commit is contained in:
@@ -3,7 +3,7 @@ import traceback
|
||||
from threading import Thread
|
||||
from typing import Set, List, Tuple, Dict, Iterable
|
||||
|
||||
from pkg_resources import parse_version
|
||||
from packaging.version import parse as parse_version
|
||||
|
||||
from bauh.api.abstract.handler import ProcessWatcher
|
||||
from bauh.gems.arch import pacman, message, sorting, confirmation
|
||||
|
||||
Reference in New Issue
Block a user