Entropy/Equo:

- fix deptest packages install


git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@2773 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
lxnay
2008-12-12 09:35:21 +00:00
parent 8106fbe551
commit d0250f7d65
+1 -1
View File
@@ -1313,7 +1313,7 @@ def dependenciesTest():
import time
time.sleep(10)
installPackages(depsNotMatched)
installPackages(list(depsNotMatched))
return 0,0