public inbox for development@lists.ipfire.org
 help / color / mirror / Atom feed
* Problem building python3-flit_scm for use with borgbackup
@ 2023-05-01 16:52 Adolf Belka
  2023-05-04 14:51 ` Michael Tremer
  0 siblings, 1 reply; 5+ messages in thread
From: Adolf Belka @ 2023-05-01 16:52 UTC (permalink / raw)
  To: development

[-- Attachment #1: Type: text/plain, Size: 1345 bytes --]

Hi All,

I have figured out why the fuse mount stopped working with borgbackup in Core Update 173. (Bug#13076)


python3-trio was updated when python was updated to 3.10.8 and python3-trio is required by python3-pyfuse3. However the python3-trio update also added a new dependency - python3-exceptiongroup which then requires python3-flit_scm for the build of python3-exceptiongroup.


Both python3-exceptiongroup and python3-flit_scm use pyproject.toml, however python3-pyproject2setuppy fails with trying to build python3-flit_scm as it does not understand the backend definition in the pyproject.toml file.

The error message is :-

     File "/usr/lib/python3.10/site-packages/pyproject2setuppy/__main__.py", line 50, in main
     raise NotImplementedError(
     NotImplementedError: Build backend flit_scm:buildapi unknown


pyproject2setuppy is now marked as DEFUNCT due to the number of special cases in the pyproject.toml file that needed lots of work each time to update pyproject2setuppy to work again.


Does anyone have any idea how I should build flit_scm and exceptiongroup without using pyproject2setuppy.

I have done some searching but could not find anything that I could either understand or that did not require internet access to download all required dependencies.


Regards,

Adolf.


^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2023-05-09 15:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-01 16:52 Problem building python3-flit_scm for use with borgbackup Adolf Belka
2023-05-04 14:51 ` Michael Tremer
2023-05-05 15:34   ` Adolf Belka
2023-05-09  7:42     ` Michael Tremer
2023-05-09 15:30       ` Adolf Belka

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox