eubnara commented on PR #3751:
URL: https://github.com/apache/ambari/pull/3751#issuecomment-1739982701
There are some `import rpm` lines. But rpm module is not preinstalled in
python3.
e.g. yum_manager.py
```py
def rpm_check_package_available(self, name):
import rpm # this is faster then calling 'rpm'-binary externally.
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]