diff --git a/libraries/entropy/server/interfaces/main.py b/libraries/entropy/server/interfaces/main.py index dfd9036b4..0d4de468e 100644 --- a/libraries/entropy/server/interfaces/main.py +++ b/libraries/entropy/server/interfaces/main.py @@ -1363,7 +1363,8 @@ class Server(Singleton,TextInterface): if pull_deps: # put deps first! - my_matches = pull_deps_matches + my_matches + my_matches = pull_deps_matches + [x for x in my_matches if x not \ + in pull_deps_matches] if ask: rc = self.askQuestion(_("Would you like to continue ?"))