Steal source was not assigning the package class (#44886)

Fetcher was missing the package class assignment
This commit is contained in:
psakievich
2024-06-26 00:17:56 -06:00
committed by GitHub
parent e6a8eba72d
commit 54d192e026

View File

@@ -76,6 +76,7 @@ def _retrieve_develop_source(spec, abspath):
# mirror might store an instance with truncated history.
package.stage[0].disable_mirrors()
package.stage[0].fetcher.set_package(package)
package.stage.steal_source(abspath)