mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-02-11 20:48:11 +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:
|
for sub in sub_required:
|
||||||
required.append(sub)
|
required.append(sub)
|
||||||
|
|
||||||
# Clean for dependencies not in the repository.
|
# Remove for sub dependencies that are not in the repository.
|
||||||
for dep in required:
|
for dep in required:
|
||||||
if dep not in list(self.data.keys()):
|
if dep not in list(self.data.keys()):
|
||||||
required.remove(dep)
|
required.remove(dep)
|
||||||
|
|
Loading…
Add table
Reference in a new issue