Hide Forgot
I am trying to cleanup EPEL7 packages. python-boto3 is now in RHEL 7.6 python2-boto3, that is in EPEL7 will not install, due to python2-s3transfer not being available, because python-s3transfer also being part of RHEL 7.6. I believe python-boto3 should be removed from EPEL7. Please respond to this bug, letting us know if you feel this package should be in EPEL7, or not. If you wish it removed, let us know and we can have a proven packager remove it from EPEL7. If you have not responded in two weeks, we will assume that you do not mind it being removed and will have a proven packager remove the package from EPEL7.
There are two packages that cannot be installed from EPEL7 due to this. python2-certbot-dns-route53 python2-dns-lexicon+route53 I believe we just need to change them so they depend on python-boto3.
I was wrong in comment #1 Both of those packages depend on python-boto3. The problem is that python2-boto3 in EPEL7 provides both python-boto3 and python2-boto3. Removing python2-boto3 will fix both of those packages.
I might have made a mistake. I am seeing python-boto3 in Centos7 (7.6.1810), but not in RHEL 7.6. The epel7 version of python2-boto3 installs successfully on RHEL 7.6. Investigating why it's in CentOS 7 and not RHEL 7.
It looks like python2-boto3 is needed to build some CentOS 7 packages, and thus is in CentOS 7. This is not a bug, sorry about that.