Re: Broken %pyproject_buildrequires parser

2023-12-31 Thread Miro HronĨok
On 29. 12. 23 20:41, Mattia Verga wrote: I think I would just do something like this in %prep: sed -r -i 's/^file:/# &/' tests/requirements.in Thanks, that did it. Is this something broken in upstream code, or is it our parser that needs to be adjusted? Our thing wants to generate dependen

Re: Broken %pyproject_buildrequires parser

2023-12-29 Thread Mattia Verga
> I think I would just do something like this in %prep: > > sed -r -i 's/^file:/# &/' tests/requirements.in > Thanks, that did it. Is this something broken in upstream code, or is it our parser that needs to be adjusted? I couldn't find the relevant pip documentation about 'file:.#egg=' format

Re: Broken %pyproject_buildrequires parser

2023-12-28 Thread Ben Beasley
I think I would just do something like this in %prep: sed -r -i 's/^file:/# &/' tests/requirements.in On Thu, Dec 28, 2023, at 11:41 AM, Mattia Verga wrote: > While trying to update python-rpds-py I came across this commit: > https://github.com/crate-py/rpds/commit/27d6caf11aac8170e2e9fd56042f05a