Hide Forgot
The `anaconda-core` package has a dependency on python3-coverage, and python3-coverage depends on the python36 module, which is then dragged in. Solution: The only change needed by anaconda is to switch the dependency from the `python3-coverage` package name to `platform-python-coverage`. The new platform-python-coverage package will be available in the next nightly repos.
Is the `platform-python-coverage` backward compatible or do we need to change our code to replace the `python3-coverage`?
The package is completely the same, except it doesn't contain the /usr/bin/coverage-3* executables. Therefore no change to the code is necessary.
https://github.com/rhinstaller/anaconda/pull/1736
Verified (SanityOnly) in RHEL-8.0-20181218.n.1 with anaconda-29.19.0.29-1.el8.