Missing RHEL 8 Python dependencies #414
Replies: 10 comments 3 replies
-
From our out-of-band email:
|
Beta Was this translation helpful? Give feedback.
-
I added |
Beta Was this translation helpful? Give feedback.
-
Added bz reports for these https://bugzilla.redhat.com/show_bug.cgi?id=2076803 |
Beta Was this translation helpful? Give feedback.
-
We also will need to add the epel dependency into the spec file (or to the README.md: yum -y install https://dl.fedoraproject.org/pub/epel/epel-release-latest-8.noarch.rpm) to address the following: Installing dependencies: python3-zipp noarch 0.5.1-3.el8 epel 14 k Installing weak dependencies: python3-configargparse noarch 0.14.0-6.el8 epel 36 k python3-importlib-metadata noarch 0.23-1.el8 epel 41 k python3-importlib-resources noarch 1.0.2-2.el8 epel 21 k python3-more-itertools noarch 7.2.0-3.el8 epel 59 k |
Beta Was this translation helpful? Give feedback.
-
Fedora Testing repo available for events https://bugzilla.redhat.com/show_bug.cgi?id=2082890 How to test: |
Beta Was this translation helpful? Give feedback.
-
They added rx to test repo |
Beta Was this translation helpful? Give feedback.
-
Bottom Line:
|
Beta Was this translation helpful? Give feedback.
-
At runtime, a py 3.6 missing module error has been exposed on RHEL8.5. Currently investigating... |
Beta Was this translation helpful? Give feedback.
-
Updates picked back into the v0.5 branch. https://github.com/ctc-oss/fapolicy-analyzer/tree/release-0.5.0 Release imminent. |
Beta Was this translation helpful? Give feedback.
-
Also verified 0.5.2 rc1 rpm install over rhel8.6 w/epel repo enabled. All dependencies resolved via the rpm installation process; No runtime import exceptions. |
Beta Was this translation helpful? Give feedback.
-
We have a handful of dependencies that are not available on RHEL 8 for Python 3.9.
Need to identify the path to providing these.
@tparchambault is this correct and complete?
Beta Was this translation helpful? Give feedback.
All reactions