HEPCloud / decisionengine

HEPCloud Decision Engine framework
Apache License 2.0
6 stars 26 forks source link

DE 2.0.2.99 rpm has python 3.9 abi dependencies #693

Open StevenCTimm opened 11 months ago

StevenCTimm commented 11 months ago

[root@fermicloud814 yum.repos.d]# yum --disablerepo=hepcloud_release install decisionengine decisionengine_modules Last metadata expiration check: 1:36:21 ago on Wed 25 Oct 2023 06:30:34 AM CDT. Error: Problem 1: cannot install the best candidate for the job

StevenCTimm commented 11 months ago

Vito showed me a formula by which to use rpmrebuild to strip these python3.9dist dependencies out of the spec file. rpmrebuild -b -n -p --change-spec-requires="grep -v python3.9dist" decisionengine-*

This got things moving and I was able to install the rpm but should not be considered a long-term or suitable solution for this problem.