-
Notifications
You must be signed in to change notification settings - Fork 56
Allow for more than one license, including directories #341
Comments
Related PR: conda/conda-build#4153 |
Do you want to make a PR for the Pydantic type? I think the recipe works fine since we use conda-builds "packaging" code. |
Sure, I'll take a look and see what I can figure out... |
I think it's just this line: Line 237 in 40c965d
|
Slightly confused as my installed boa/boa/schemas/recipe.v1.json Lines 686 to 689 in c0fdcc3
There's also If I change my installed "license_file": {
"title": "License File",
"type": "array",
"items": {
"type": "string"
}
}, ...but then, in my PR, if I didn't also update the committed Anyway, I'll put up a PR so the changes can be discussed there... |
When specifying multiple license files like below:
boa
throws the below error:With
conda-build
multiple license files and also directories are allowed. This is important to be able to specify 3rd party licenses which should be included.The text was updated successfully, but these errors were encountered: