Bug 1827092

Summary: python3-boto3 is available only on x86-64
Product: Red Hat Enterprise Linux 8 Reporter: Marcin Juszkiewicz <mjuszkie>
Component: python-boto3Assignee: Oyvind Albrigtsen <oalbrigt>
Status: CLOSED WONTFIX QA Contact: Brandon Perkins <bperkins>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: ---CC: cfeist, nlager, sbradley
Target Milestone: rc   
Target Release: 8.0   
Hardware: aarch64   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: If docs needed, set a value
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2021-10-15 13:46:47 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:

Description Marcin Juszkiewicz 2020-04-23 09:19:25 UTC
Description of problem:

Python3-boto3 package is part of HighAvailability repo. But only on x86-64 architecture.

In OpenStack Kolla project we use this package in 'gnocchi' images and can not build them for CentOS 8 for architectures different than x86-64 (we support aarch64 and have support for ppc64le).

Version-Release number of selected component (if applicable):

1.6.1-2.el8

How reproducible:

always

Steps to Reproduce:
1. dnf install dnf-plugins-core
2. dnf config-manager --enable HighAvailability
3. dnf install python3-boto3

Actual results:

Error: Unable to find a match: python3-boto3

Expected results:

Package gets installed on x86-64 and aarch64 systems (other architectures too).


Additional info: