mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-18 10:26:29 +01:00
Removed unused
This commit is contained in:
parent
d5e4be67b2
commit
3a84be2752
1 changed files with 0 additions and 2 deletions
|
@ -91,10 +91,8 @@ class SBoInstall(Utils):
|
|||
for _sbo in self.slackbuilds:
|
||||
|
||||
if _sbo in self.data and _sbo not in self.blacklist:
|
||||
# sbo_deps = Requires(self.flag).sbo(_sbo)
|
||||
sbo_deps = Requires(_sbo).sbo()
|
||||
self.deps += sbo_deps
|
||||
# self.deps_dict[_sbo] = self.one_for_all(sbo_deps)
|
||||
|
||||
self.deps_dict[_sbo] = sbo_deps
|
||||
|
||||
|
|
Loading…
Reference in a new issue