Bug 1323243
| Summary: | Io-language: Provide a Python 3 subpackage | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Tomas Orsava <torsava> |
| Component: | Io-language | Assignee: | Gwyn Ciesla <gwync> |
| Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | gwync |
| Target Milestone: | --- | Keywords: | Reopened |
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2016-04-06 13:31:28 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: | 1285816 | ||
|
Description
Tomas Orsava
2016-04-01 15:44:22 UTC
The Python addon, included in the main RPM, is currently built only for Python 3. If you take a look at the spec file: http://pkgs.fedoraproject.org/cgit/rpms/Io-language.git/tree/Io-language.spec#n29 There's a build dependency on the `python-devel` package, which is for Python 2. And indeed if I build the package in koji and then list the dependencies of the resulting RPM `rpm -qRp Io-language-extras-20151111-0.e64ff9.fc25.1.x86_64.rpm` it finds a dependency on `libpython2.7.so.1.0()(64bit)`. Could you change the BuildRequires to `python3-devel`? I tested it and it fixes the issue. Ah, so it does. Done in rawhide, thanks! And thank you for your time! |