Description of problem: Installing package does not satisfy program dependencies Version-Release number of selected component (if applicable): 1.1 How reproducible: 100% Steps to Reproduce: 1. Install keycloak-httpd-client-install on a system without python3-lxml previously installed. 2. Try to run 'keycloak-httpd-client-install --version' and watch it throw an error about missing dependency Actual results: ``` Traceback (most recent call last): File "/usr/bin/keycloak-httpd-client-install", line 19, in <module> from keycloak_httpd_client import keycloak_rest File "/usr/lib/python3.9/site-packages/keycloak_httpd_client/keycloak_rest.py", line 9, in <module> from keycloak_httpd_client import utils File "/usr/lib/python3.9/site-packages/keycloak_httpd_client/utils.py", line 21, in <module> from lxml import etree ModuleNotFoundError: No module named 'lxml' ``` Expected results: ``` version 1.1 ``` Additional info:
This bug appears to have been reported against 'rawhide' during the Fedora Linux 37 development cycle. Changing version to 37.
FEDORA-2023-1c16e20ad4 has been submitted as an update to Fedora 40. https://bodhi.fedoraproject.org/updates/FEDORA-2023-1c16e20ad4
FEDORA-2023-1c16e20ad4 has been pushed to the Fedora 40 stable repository. If problem still persists, please make note of it in this bug report.