Bug 1840044
| Summary: | F32FailsToInstall: pgcli | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Igor Raits <igor.raits> |
| Component: | pgcli | Assignee: | Itamar Reis Peixoto <itamar> |
| Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 32 | CC: | dick, itamar |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Whiteboard: | |||
| Fixed In Version: | pgcli-3.0.0-4.fc32 | Doc Type: | If docs needed, set a value |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2020-07-16 01:13:30 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: | 1750909 | ||
|
Description
Igor Raits
2020-05-26 09:45:42 UTC
Itamar, what should we do to fix this? Getting prompt-toolkit updated for Fedora 32 might be too hard, I could try to create a patch to make pgcli compatible with prompt-toolkit 2? We could also wait until prompt-toolkit 3 is available for a later version of Fedora. (In reply to Dick Marinus from comment #1) > Itamar, what should we do to fix this? > > Getting prompt-toolkit updated for Fedora 32 might be too hard, I could try > to create a patch to make pgcli compatible with prompt-toolkit 2? on centos8 theres python3-prompt-toolkit 2.0.10-1.el8 , if you can make it compatible with these versions then We can package pgcli for epel too. Prompt toolkit 3 doesn't seem to be a hard (technical) requirement. I've submitted a pull request to support prompt toolkit 2.0.6: https://github.com/dbcli/pgcli/pull/1197 FEDORA-2020-8fbc719f6e has been submitted as an update to Fedora 32. https://bodhi.fedoraproject.org/updates/FEDORA-2020-8fbc719f6e (In reply to Dick Marinus from comment #3) sed -i 's#"prompt_toolkit>=.*"#"prompt_toolkit >= 2.0.6"#' setup.py FEDORA-2020-8fbc719f6e has been pushed to the Fedora 32 testing repository. In short time you'll be able to install the update with the following command: `sudo dnf install --enablerepo=updates-testing --advisory=FEDORA-2020-8fbc719f6e \*` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2020-8fbc719f6e See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2020-8fbc719f6e has been pushed to the Fedora 32 stable repository. If problem still persists, please make note of it in this bug report. |