Steal source was not assigning the package class (#44886)
Fetcher was missing the package class assignment
This commit is contained in:
parent
e6a8eba72d
commit
54d192e026
@ -76,6 +76,7 @@ def _retrieve_develop_source(spec, abspath):
|
|||||||
# mirror might store an instance with truncated history.
|
# mirror might store an instance with truncated history.
|
||||||
package.stage[0].disable_mirrors()
|
package.stage[0].disable_mirrors()
|
||||||
|
|
||||||
|
package.stage[0].fetcher.set_package(package)
|
||||||
package.stage.steal_source(abspath)
|
package.stage.steal_source(abspath)
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user