* pakfire-builder - problem with checking for python progressbar2 in arch linux
@ 2023-10-01 13:14 Adolf Belka
0 siblings, 0 replies; only message in thread
From: Adolf Belka @ 2023-10-01 13:14 UTC (permalink / raw)
To: development
[-- Attachment #1: Type: text/plain, Size: 380 bytes --]
Hi Michael,
The ./configure fails to find the python progressbar2 on my laptop as
arch linux calls the package progressbar.
If I changed line 17307 in configure from
$PYTHON -c "import progressbar2" 2>/dev/null
to
$PYTHON -c "import progressbar" 2>/dev/null
then the configure command completed with no problems.
Regards,
Adolf.
--
Sent from my laptop
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2023-10-01 13:14 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-01 13:14 pakfire-builder - problem with checking for python progressbar2 in arch linux Adolf Belka
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox