Can't get a package to build on OBS

Can anyone tell me why my package won’t build?

https://paste.opensuse.org/pastes/d672200d30cb

Comment deleted by author (obsolete).

Why was this deleted?

There seems that whilst build time, additional build dependencys get downloaded. This is disabled by default for security reasons on OBS. You need to provide these aditional dependencies (offline) and adapt the specfile (add sources). Or simply a compiler flag is missing to prevent the external download.

1 Like

ah, I see. Thanks, I’ll have a look into this.