mirror of
https://gitlab.com/dslackw/slpkg.git
synced 2025-01-13 20:01:48 +01:00
Added view missing deps
Signed-off-by: Dimitris Zlatanidis <d.zlatanidis@gmail.com>
This commit is contained in:
parent
fd66fb24f8
commit
a24d6c8590
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ class Slackbuilds(Configs): # pylint: disable=[R0902,R0904]
|
|||
self.add_dependencies_to_install_order()
|
||||
self.clean_the_main_slackbuilds()
|
||||
self.add_main_packages_to_install_order()
|
||||
self.view.missing_dependencies(self.install_order)
|
||||
self.check_for_skipped()
|
||||
self.view_slackbuilds_before_build()
|
||||
|
||||
|
|
Loading…
Reference in a new issue