[X] I could not solve my problem using the conda-forge documentation.
Issue
The recipe for playwright-python worked in staged-recipes:
https://github.com/conda-forge/staged-recipes/pull/26597
After it was merged to main and the recipe was converted to a feedstock the build failed. I was able to fix it by reverting to the patches originally submitted to staged-recipes:
https://github.com/conda-forge/playwright-python-feedstock/pull/1
I do not like the \r\n vs. \n stufff but these are commonly found in packages from Microsoft so it would be great if these patches were supported by conda-forge.
Conda-forge documentation
Issue
The recipe for
playwright-python
worked instaged-recipes
: https://github.com/conda-forge/staged-recipes/pull/26597 After it was merged tomain
and the recipe was converted to a feedstock the build failed. I was able to fix it by reverting to the patches originally submitted tostaged-recipes
: https://github.com/conda-forge/playwright-python-feedstock/pull/1 I do not like the\r\n
vs.\n
stufff but these are commonly found in packages from Microsoft so it would be great if these patches were supported by conda-forge.