Include the wheel manifests in the manifest

This commit is contained in:
Reid 'arrdem' McKenzie 2022-11-21 01:26:19 -07:00
parent 9f84e9f84a
commit 4036c70417

View file

@ -223,7 +223,7 @@ def rezip_wheels(opts, manifest):
wf = zip_wheel(opts.tmpdir, w)
# Insert a new wheel source
manifest["wheels"][wn] = {"hashes": [], "source": wf}
manifest["wheels"][wn] = {"hashes": [], "source": wf, "manifest": w}
# Insert the requirement
manifest["requirements"][w["meta"]["Name"]] = w["meta"]["Version"]