El viernes, 29 de noviembre de 2019 10:24:50 (CET) Iyán Méndez Veiga escribió: > El jueves, 28 de noviembre de 2019 18:39:01 (CET) Eli Schwartz via arch- > > general escribió: > > Wherever you saw the advice to pip install cmake was probably misinformed. > > This does not provide python bindings to cmake. > > So do you know how could I avoid pip from downloading cmake when using > python setup.py build in a PKGBUILD? Or do you know any example of a > official package in Arch that handle this correctly? Ok, so apparently just by removing cmake from the setup_requires list in the setup.py does the trick. If anyone knows a better solution, please let me know. For the moment I will add a sed to remove that mention to cmake in prepare(). Thanks, Iyán