Bug 1765844
| Summary: | protobuf-python3 missing from RHEL/CentOS 8 | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 8 | Reporter: | Denis Arnaud <denis.arnaud_fedora> |
| Component: | protobuf | Assignee: | Adrian Reber <areber> |
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Chao Ye <cye> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 8.2 | CC: | carl, cye, dawson, jwboyer, orion, pviktori, skozina |
| Target Milestone: | rc | Flags: | pm-rhel:
mirror+
|
| Target Release: | 8.0 | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | If docs needed, set a value | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-03-31 01:34:01 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: | |||
| Bug Depends On: | |||
| Bug Blocks: | 1710951 | ||
|
Description
Denis Arnaud
2019-10-26 17:38:51 UTC
The packages are available in Code Ready Builder (CRB) (on RHEL) / PowerTools (on CentOS). For the record (as I may not be the only one wondering on how to get those packages): $ sudo dnf config-manager --set-enabled PowerTools # CodeReadyBuilder $ sudo dnf -y install protobuf-devel protobuf-compiler That bug can be closed. As a matter of fact, the Python bindings for Protobuf are missing. On RHEL/CentS 7, that sub-package was named protobuf-python, and on Fedora rawhide, it is named python3-protobuf. Could you re-generate the protobuf sub-packages, so as to include (at least) the Python bindings? Verified on RHEL-8.2.0-20200310.0, Snapshot-3.0: ================================================= [root@hp-dl380g10-01-vm-03 ~]# dnf info python3-protobuf Updating Subscription Management repositories. Unable to read consumer identity This system is not registered to Red Hat Subscription Management. You can use subscription-manager to register. Last metadata expiration check: 0:07:24 ago on Mon 30 Mar 2020 09:22:57 PM EDT. Available Packages Name : python3-protobuf Version : 3.5.0 Release : 7.el8 Architecture : noarch Size : 554 k Source : protobuf-3.5.0-7.el8.src.rpm Repository : beaker-AppStream Summary : Python 3 bindings for Google Protocol Buffers URL : https://github.com/google/protobuf License : BSD Description : This package contains Python 3 libraries for Google Protocol Buffers Close as CURRENTRELEASE. Could anyone indicate how to make those packages available on CentOS 8? (In reply to Denis Arnaud from comment #8) > Could anyone indicate how to make those packages available on CentOS 8? I'm not sure how CentOS inherit packages from RHEL, but it seems python3-protobuf is located in CentOS Devel repo, instead of AppStream. http://mirror.centos.org/centos/8/Devel/x86_64/os/Packages/ CentOS Stream has python3-protobuf in the AppStream repository. CentOS Linux is currently still shipping python3-protobuf in the Devel repository, but at some point in the future that will follow suit and move to AppStream. |