You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm getting a deprecation warning from this script when run on RHEL 8.
/usr/lib64/python3.6/site-packages/hawkey/__init__.py:345: DeprecationWarning: The class hawkey.Repo is deprecated. Please use dnf.repo.Repo instead. The class will be removed on 2019-12-31.
warnings.warn(msg, DeprecationWarning)
Additionally the repo I'm attempting to run the splitter on doesn't produce any split data at all. The only output I receive is the above message. Does anybody know how to resolve this?
The text was updated successfully, but these errors were encountered:
I'm getting a deprecation warning from this script when run on RHEL 8.
Additionally the repo I'm attempting to run the splitter on doesn't produce any split data at all. The only output I receive is the above message. Does anybody know how to resolve this?
The text was updated successfully, but these errors were encountered: