Created attachment 1571343 [details] Copr build log python-gattlib fails to build in build section. /usr/bin/ld: cannot find -lboost_python37 collect2: error: ld returned 1 exit status error: command 'g++' failed with exit status 1 error: Bad exit status from /var/tmp/rpm-tmp.jH72Uw (%build) I think it is because in patch https://src.fedoraproject.org/rpms/python-gattlib/blob/master/f/gattlib-boost169.patch >>> boost_libs = ["boost_python37"] I want to ask if is good idea to use instead: boost_libs = [f"boost_python{sys.version_info[0]}{sys.version_info[1]}"]
Thanks! I had to modify this but the general principle works.