Subject: [HTCondor-users] build local HTCondor rpm with pip dependencies
Dear all,
with Tim's advice, I have build a local HTCondor rpm corresponding
to the PR [1].
I am building the rpm within the CentOS7 container.
I have modified the condor spec file to include the new executables
and corresponding configuration.
The rpm building seems to be successful, and I got at the end a
collection of rpms [2].
To test the rpm, I wanted to make an installation using "yum
localinstall" followed by the list of rpms [2].
At this level, I got some issue with some dependencies installed via
pip (flaat and cryptography).
I guess that "yum" can not detect packages installed via pip.
On the other end, some other packages, like the "credmon-oauth" and
the "credmon-vault", are also specifying pip-installed dependencies
in the condor spec file. So there should be some way to circumvent
this issue.