Bug 2220051
| Summary: | F39FailsToInstall: odcs, python3-odcs-client, python3-odcs-common | ||
|---|---|---|---|
| Product: | [Fedora] Fedora | Reporter: | Fedora Fails To Install <fti-bugs> |
| Component: | odcs | Assignee: | Lubomír Sedlář <lsedlar> |
| Status: | CLOSED WORKSFORME | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | rawhide | CC: | cqi, hlin, jkaluza, lsedlar, qwan |
| 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: | 2023-07-13 11:32:41 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: | 2220146, 2220234, 2220300 | ||
| Bug Blocks: | 2135404, 2168845, 2219959 | ||
|
Description
Fedora Fails To Install
2023-07-05 19:06:02 UTC
I tried to rebuild odcs for Python 3.12, but some of the dependencies are not ready for Python 3.12. DEBUG util.py:442: Error: DEBUG util.py:442: Problem 1: conflicting requests DEBUG util.py:442: - nothing provides python(abi) = 3.11 needed by python3-celery-5.3.1-1.fc39.noarch from build DEBUG util.py:442: - nothing provides (python3.11dist(billiard) < 5~~ with python3.11dist(billiard) >= 4.1) needed by python3-celery-5.3.1-1.fc39.noarch from build DEBUG util.py:442: - nothing provides (python3.11dist(click) < 9~~ with python3.11dist(click) >= 8.1.2) needed by python3-celery-5.3.1-1.fc39.noarch from build DEBUG util.py:442: - nothing provides (python3.11dist(vine) < 6~~ with python3.11dist(vine) >= 5) needed by python3-celery-5.3.1-1.fc39.noarch from build DEBUG util.py:442: - nothing provides python3.11dist(click-didyoumean) >= 0.3 needed by python3-celery-5.3.1-1.fc39.noarch from build DEBUG util.py:442: - nothing provides python3.11dist(click-plugins) >= 1.1.1 needed by python3-celery-5.3.1-1.fc39.noarch from build DEBUG util.py:442: - nothing provides python3.11dist(click-repl) >= 0.2 needed by python3-celery-5.3.1-1.fc39.noarch from build DEBUG util.py:442: - nothing provides python3.11dist(python-dateutil) >= 2.8.2 needed by python3-celery-5.3.1-1.fc39.noarch from build DEBUG util.py:442: Problem 2: conflicting requests DEBUG util.py:442: - nothing provides python(abi) = 3.11 needed by python3-flask-login-0.6.2-2.fc39.noarch from build DEBUG util.py:442: - nothing provides python3.11dist(flask) >= 1.0.4 needed by python3-flask-login-0.6.2-2.fc39.noarch from build DEBUG util.py:442: - nothing provides python3.11dist(werkzeug) >= 1.0.1 needed by python3-flask-login-0.6.2-2.fc39.noarch from build File "/builddir/build/BUILDROOT/odcs-0.6.0-2.fc39.noarch/usr/lib/python3.12/site-packages/odcs/server/config.py", line 25, in <module>
import imp
ModuleNotFoundError: No module named 'imp'
imp module deprecated since version 3.4, will be removed in version 3.12: The imp module is deprecated in favor of importlib. https://docs.python.org/3/library/imp.html
(In reply to Haibo Lin from comment #2) > File > "/builddir/build/BUILDROOT/odcs-0.6.0-2.fc39.noarch/usr/lib/python3.12/site- > packages/odcs/server/config.py", line 25, in <module> > import imp > ModuleNotFoundError: No module named 'imp' > > imp module deprecated since version 3.4, will be removed in version 3.12: > The imp module is deprecated in favor of importlib. > https://docs.python.org/3/library/imp.html https://pagure.io/odcs/pull-request/626 Backported the patch https://koji.fedoraproject.org/koji/buildinfo?buildID=2231945 Hello, Please note that this comment was generated automatically by https://pagure.io/releng/blob/main/f/scripts/ftbfs-fti/follow-policy.py If you feel that this output has mistakes, please open an issue at https://pagure.io/releng/ All subpackages of a package against which this bug was filled are now installable or removed from Fedora 39. Thanks for taking care of it! |