bbc/speculate

Adjust `AutoReqProv` in spec file.

seenteage opened this issue · 4 comments

Hello,

thanks for this nice project.
I need to configure AutoReqProv in my project.
Some dependencies I use have python files in them.
This adds python libraries as dependencies to my node project.
Therefore I want to disable AutoReqProv.

It's not too important as I'm currently using sed (sed -i '/AutoReq: no/a AutoReqProv: no' SPECS/live-channels.spec) to add this line to the spec file.

Regards

Hi @seenteage. Thanks for the feedback. I need to do a little reading on this option but we can certainly look at adding it for you.

Hi @seenteage. Would it work for you if we set both AutoReq and AutoReqProv to no?

I'm not too sure on the difference between them, but our original aim was to simply disable all automatic requiring.

Just to update you @seenteage - I'm going to switch out AutoReq for AutoReqProv. PR here: #11.

thank you!