Skip to content

Commit

Permalink
Test conan data file handlers
Browse files Browse the repository at this point in the history
Signed-off-by: Keshav Priyadarshi <[email protected]>
  • Loading branch information
keshav-space committed Feb 9, 2024
1 parent 638aeb3 commit f60b309
Show file tree
Hide file tree
Showing 24 changed files with 7,032 additions and 48 deletions.
3 changes: 2 additions & 1 deletion src/packagedcode/conan.py
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,8 @@ def assemble(
cls, package_data, resource, codebase, package_adder=models.add_to_package
):
"""
Assemble
`conandata.yml` only contains the `version` and `download_url` use the conanfile.py
to enhance the package metadata.
"""
siblings = resource.siblings(codebase)
conanfile_package_resource = [r for r in siblings if r.name == "conanfile.py"]
Expand Down
Loading

0 comments on commit f60b309

Please sign in to comment.