Bug 1892888
Summary: | F34FailsToInstall: python3-pwntools | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Miro Hrončok <mhroncok> |
Component: | python-pwntools | Assignee: | W. Michael Petullo <redhat> |
Status: | CLOSED RAWHIDE | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | unspecified | Docs Contact: | |
Priority: | unspecified | ||
Version: | rawhide | CC: | mike, redhat |
Target Milestone: | --- | ||
Target Release: | --- | ||
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-11-06 19:51:53 UTC | Type: | --- |
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: | 1868279 |
Description
Miro Hrončok
2020-10-29 19:28:28 UTC
Hello, This is the first reminder (step 3 from https://docs.fedoraproject.org/en-US/fesco/Fails_to_build_from_source_Fails_to_install/#_package_removal_for_long_standing_ftbfs_and_fti_bugs). If you know about this problem and are planning on fixing it, please acknowledge so by setting the bug status to ASSIGNED. If you don't have time to maintain this package, consider orphaning it, so maintainers of dependent packages realize the problem. I just updated the unicorn and pwntools packages in Rawhide. Fixed. Something did not like setup.py's 'unicorn>=1.0.2rc1,<1.0.2rc4.' I patched to use 'unicorn>=1.0.2rc1' instead. I would appreciate if someone could point out if 'unicorn>=1.0.2rc1,<1.0.2rc4' should have worked. Does the Fedora build process support this syntax? Yes, it supports it "unicorn>=1.0.2rc1,<1.0.2rc4" means "(python3.9dist(unicorn) < 1.0.2~rc4 with python3.9dist(unicorn) >= 1.0.2~rc1)" exactly. Semantically, it is the same. We had 1.0.2rc4 which is *not* < 1.0.2rc4. The needinfo request[s] on this closed bug have been removed as they have been unresolved for 1000 days |