From d5fcb065ad5442e20517ff35508c6b4b8ca59ef1 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Sun, 30 Oct 2022 14:41:24 +0000 Subject: move resolveDeps -> solvedeps --- src/backend/installSrc.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/backend/installSrc.py') diff --git a/src/backend/installSrc.py b/src/backend/installSrc.py index 6abc7b2..d860c20 100644 --- a/src/backend/installSrc.py +++ b/src/backend/installSrc.py @@ -9,7 +9,7 @@ import wget import sisyphus.checkenv import sisyphus.getenv import sisyphus.getfs -import sisyphus.resolveDeps +import sisyphus.solvedeps import sisyphus.syncDatabase import sisyphus.updateAll @@ -18,7 +18,7 @@ def cliExec(pkgname): sisyphus.updateAll.cliExec() binhostURL = sisyphus.getenv.binhostURL() - areBinaries,areSources,needsConfig = sisyphus.resolveDeps.package(pkgname) + areBinaries,areSources,needsConfig = sisyphus.solvedeps.package(pkgname) if needsConfig == 0: if len(areSources) == 0: -- cgit v1.2.3