git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1060 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
(no author)
2008-01-17 18:58:44 +00:00
parent 54e9c23224
commit bb7ebad952
+1 -1
View File
@@ -2170,7 +2170,7 @@ def extractPkgData(package, etpBranch = etpConst['branch'], silent = False, inje
if not silent: print_info(yellow(" * ")+red(info_package+"Getting package dependencies..."),back = True)
# Fill runtime dependencies
f = open(tbz2TmpDir+dbRDEPEND,"r")
rdepend = f.readline.strip()
rdepend = f.readline().strip()
rdepend = rdepend.split()
f.close()
# Fill post dependencies