mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-30 20:34:38 +01:00
Updated for comments
This commit is contained in:
parent
11fe4b6b5a
commit
ad7b723aca
1 changed files with 1 additions and 1 deletions
|
@ -54,7 +54,7 @@ class Required:
|
|||
for sub in sub_required:
|
||||
required.append(sub)
|
||||
|
||||
# Clean for dependencies not in the repository.
|
||||
# Remove for sub dependencies that are not in the repository.
|
||||
for dep in required:
|
||||
if dep not in list(self.data.keys()):
|
||||
required.remove(dep)
|
||||
|
|
Loading…
Add table
Reference in a new issue