Skip to content

Use relative paths for local paths in dependencies.lock (PACMAN-1040) #79

@bryghtlabs-richard

Description

@bryghtlabs-richard

Related area

commit churn

Is your feature request related to a problem?

The dependencies.lock file encodes the local path to one of my components. Every time dependencies are re-evaluated, this creates silly changes in the repository, and makes it difficult to reproduce building the project from scratch. I believe this only happens to a component I've forked from Espressif, probably because I haven't added idf_component.yml to my other local components.

Describe the solution you'd like

Instead of:

path: C:\Projects\SuperCoolProject\components\espressif__esp_websocket_client

Please consider:

path: .\components\espressif__esp_websocket_client

Describe alternatives you've considered

I could remove idf_component.yml from my forked component, is that what I should do?

I tried editing dependencies.lock manually, but idf.py reconfigure overwrote it.

Additional context

No response

I have checked existing list of Feature requests and I have provided enough information.

  • I confirm I have checked existing list of Feature requests and I have provided enough information.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions