-
Notifications
You must be signed in to change notification settings - Fork 34
Open
Description
What is your question?
Hi!
the dependency graph of a python_require package does not include any modules. There is only node "0".
{
"graph": {
"nodes": {
"0": {
"ref": "conanfile",
"id": "0",
"recipe": "Cli",
...
}
},
"root": {
"0": "None"
},
"overrides": {},
"resolved_ranges": {}
}
}
This results in a build info (created with "conan art:build-info create") not containing any modules.
When uploading the build info to Artifactory, the build is not linked to the package files in the repository and it is not possible to promote such a build.
How can I promote builds of python_require packages in Artifactory?
Have you read the CONTRIBUTING guide?
- I've read the CONTRIBUTING guide
Metadata
Metadata
Assignees
Labels
No labels