ENHACEMENT: warn about potential patch apply errors when package version requested don't match recipe #3088
Labels
need-analysis
Priority: Low
This issue can probably be picked up by anyone looking to contribute to the project, as an entry fix
recipe
User can specify package version with --requirements option:
p4a apk --requirements=python3,pillow==7.1
Then p4a will download specified version instead of the one defined in the Pillow recipe. This recipe has patches to apply, and p4a will fail trying to do so because patch almost always strictly requires the exact input files of the particular package version - the package version which is specified in the recipe itself:
Suggestion: warn user clearly that the package version he requested does not match the recipe version, and the patch is likely to fail.
The text was updated successfully, but these errors were encountered: