whoops
git-svn-id: http://svn.sabayonlinux.org/projects/entropy/trunk@1060 cd1c1023-2f26-0410-ae45-c471fc1f0318
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user