Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- The stack trace of python calls that resulted in this exception/failure was:
- File: 'license_create_manifest', lineno: 110, function: <module>
- 0106:
- 0107: os.link(pkg_license, pkg_rootfs_license)
- 0108:
- 0109:
- *** 0110:license_create_manifest(d)
- 0111:
- File: 'license_create_manifest', lineno: 43, function: license_create_manifest
- 0039: pkg_dic[pkg]["LICENSES"] = re.sub(' *', ' ', pkg_dic[pkg]["LICENSES"])
- 0040: pkg_dic[pkg]["LICENSES"] = pkg_dic[pkg]["LICENSES"].split()
- 0041:
- 0042: license_file.write("PACKAGE NAME: %s\n" % pkg)
- *** 0043: license_file.write("PACKAGE VERSION: %s\n" % pkg_dic[pkg]["PV"])
- 0044: license_file.write("RECIPE NAME: %s\n" % pkg_dic[pkg]["PN"])
- 0045: license_file.write("LICENSE: %s\n\n" % pkg_dic[pkg]["LICENSE"])
- 0046:
- 0047: # If the package doesn't contain any file, that is, its size is 0, the license
- Exception: KeyError: 'PV'
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement