Make sure the pkgutils script has no third party dependencies by default

This commit is contained in:
Veronica Berglyd Olsen
2025-01-16 21:40:20 +01:00
parent 0306701e6f
commit 0380a7fe72
3 changed files with 5 additions and 8 deletions
+1 -3
View File
@@ -30,9 +30,7 @@ import zipfile
from pathlib import Path
from utils.common import ROOT_DIR, SETUP_DIR, copySourceCode, extractVersion, writeFile
from tests.tools import readFile
from utils.common import ROOT_DIR, SETUP_DIR, copySourceCode, extractVersion, readFile, writeFile
def prepareCode(outDir: Path) -> None: