Bug 2099661
Summary: | Please build python-astroid for EPEL9 | ||
---|---|---|---|
Product: | [Fedora] Fedora EPEL | Reporter: | adam winberg <adam.winberg> |
Component: | python-astroid | Assignee: | Orion Poplawski <orion> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | epel9 | CC: | gwync, michel, orion, rbrunckhorst |
Target Milestone: | --- | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | python-astroid-2.11.6-2.el9 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2022-08-24 20:40:30 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: | 2099684 | ||
Bug Blocks: | 2049837, 2099819 |
Description
adam winberg
2022-06-21 12:56:26 UTC
DEBUG util.py:443: No matching package to install: 'python3-typed_ast >= 1.3.0' E ModuleNotFoundError: No module named 'typing_extensions' *** Bug 2115523 has been marked as a duplicate of this bug. *** *** Bug 2100082 has been marked as a duplicate of this bug. *** I have a PR to update rawhide to pyproject macros here: https://src.fedoraproject.org/rpms/python-astroid/pull-request/4 Still have issues with relaxed deps on EPEL9: Executing(%generate_buildrequires): /bin/sh -e /var/tmp/rpm-tmp.mum5to + umask 022 + cd /builddir/build/BUILD + cd astroid-2.12.1 + echo pyproject-rpm-macros + echo python3-devel + echo 'python3dist(pip) >= 19' + echo 'python3dist(packaging)' + '[' -f pyproject.toml ']' + echo 'python3dist(toml)' + rm -rfv UNKNOWN.dist-info/ removed 'UNKNOWN.dist-info/top_level.txt' removed 'UNKNOWN.dist-info/CONTRIBUTORS.txt' removed 'UNKNOWN.dist-info/METADATA' removed 'UNKNOWN.dist-info/LICENSE' removed directory 'UNKNOWN.dist-info/' + '[' -f /usr/bin/python3 ']' + RPM_TOXENV=py39 + HOSTNAME=rpmbuild + /usr/bin/python3 -s /usr/lib/rpm/redhat/pyproject_buildrequires.py --generate-extras --python3_pkgversion 3 Handling setuptools from build-system.requires Requirement satisfied: setuptools (installed: setuptools 53.0.0) Handling wheel from build-system.requires Requirement satisfied: wheel (installed: wheel 0.36.2) HOOK STDOUT: running egg_info HOOK STDOUT: creating UNKNOWN.egg-info HOOK STDOUT: writing UNKNOWN.egg-info/PKG-INFO HOOK STDOUT: writing dependency_links to UNKNOWN.egg-info/dependency_links.txt HOOK STDOUT: writing top-level names to UNKNOWN.egg-info/top_level.txt HOOK STDOUT: writing manifest file 'UNKNOWN.egg-info/SOURCES.txt' HOOK STDOUT: reading manifest file 'UNKNOWN.egg-info/SOURCES.txt' HOOK STDOUT: reading manifest template 'MANIFEST.in' HOOK STDOUT: adding license file 'LICENSE' HOOK STDOUT: adding license file 'CONTRIBUTORS.txt' HOOK STDOUT: writing manifest file 'UNKNOWN.egg-info/SOURCES.txt' Handling wheel from get_requires_for_build_wheel Requirement satisfied: wheel (installed: wheel 0.36.2) HOOK STDOUT: running dist_info HOOK STDOUT: writing UNKNOWN.egg-info/PKG-INFO HOOK STDOUT: writing dependency_links to UNKNOWN.egg-info/dependency_links.txt HOOK STDOUT: writing top-level names to UNKNOWN.egg-info/top_level.txt HOOK STDOUT: reading manifest file 'UNKNOWN.egg-info/SOURCES.txt' HOOK STDOUT: reading manifest template 'MANIFEST.in' HOOK STDOUT: adding license file 'LICENSE' HOOK STDOUT: adding license file 'CONTRIBUTORS.txt' HOOK STDOUT: writing manifest file 'UNKNOWN.egg-info/SOURCES.txt' HOOK STDOUT: creating '/builddir/build/BUILD/astroid-2.12.1/UNKNOWN.dist-info' HOOK STDOUT: adding license file "CONTRIBUTORS.txt" (matched pattern "CONTRIBUTORS.txt") HOOK STDOUT: adding license file "LICENSE" (matched pattern "LICENSE") I don't know where the "UNKNOWN" is coming from. Perhaps it really does need a newer setuptools or wheel? FEDORA-EPEL-2022-99c1870939 has been submitted as an update to Fedora EPEL 9. https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-99c1870939 FEDORA-EPEL-2022-99c1870939 has been pushed to the Fedora EPEL 9 testing repository. You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-EPEL-2022-99c1870939 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-EPEL-2022-99c1870939 has been pushed to the Fedora EPEL 9 stable repository. If problem still persists, please make note of it in this bug report. |