Skip to content

Commit

Permalink
version: Switch to looseversion since Python 3.12 removed distutils
Browse files Browse the repository at this point in the history
  • Loading branch information
darktohka committed Sep 17, 2024
1 parent a2861cd commit 28b97d6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion kernelcollector/package_list.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
from deb_pkg_tools.package import inspect_package_fields
from distutils.version import LooseVersion
from looseversion import LooseVersion
from . import utils
import shutil, logging, time, os

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@ beautifulsoup4
deb-pkg-tools
python-gnupg
requests
looseversion

0 comments on commit 28b97d6

Please sign in to comment.