use pypi to install on Fedora

This commit is contained in:
2023-12-22 22:09:59 -05:00
parent a07114ed85
commit f6dc76ec65
3 changed files with 3 additions and 3 deletions

View File

@@ -1,4 +1,5 @@
import re
import logging
from subprocess import check_output
log = logging.getLogger(__name__)