Bug 2160708
Summary: | behave ends up with traceback due to allegedly missing pyftpdlib | ||
---|---|---|---|
Product: | [Fedora] Fedora | Reporter: | Eva Mrakova <emrakova> |
Component: | python-behave | Assignee: | Ali Erdinc Koroglu <aekoroglu> |
Status: | CLOSED ERRATA | QA Contact: | Fedora Extras Quality Assurance <extras-qa> |
Severity: | high | Docs Contact: | |
Priority: | unspecified | ||
Version: | 38 | CC: | aekoroglu, besser82, python-packagers-sig |
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-02-08 01:02:19 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: | 2164342 | ||
Bug Blocks: |
Description
Eva Mrakova
2023-01-13 12:04:35 UTC
Additional info:
when pyftpdlib is imported directly from python, it works OK:
# python3
Python 3.11.1 (main, Jan 6 2023, 00:00:00) [GCC 12.2.1 20221121 (Red Hat 12.2.1-4)] on linux
Type "help", "copyright", "credits" or "license" for more information.
>>> from pyftpdlib.authorizers import DummyAuthorizer
>>> import pyftpdlib
>>>
Package unretirement issue created: https://pagure.io/releng/issue/11242 FEDORA-2023-e9b7221e78 has been submitted as an update to Fedora 37. https://bodhi.fedoraproject.org/updates/FEDORA-2023-e9b7221e78 FEDORA-2023-73c88d3686 has been submitted as an update to Fedora 36. https://bodhi.fedoraproject.org/updates/FEDORA-2023-73c88d3686 FEDORA-2023-e9b7221e78 has been pushed to the Fedora 37 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-e9b7221e78` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-e9b7221e78 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. FEDORA-2023-73c88d3686 has been pushed to the Fedora 36 testing repository. Soon you'll be able to install the update with the following command: `sudo dnf upgrade --enablerepo=updates-testing --refresh --advisory=FEDORA-2023-73c88d3686` You can provide feedback for this update here: https://bodhi.fedoraproject.org/updates/FEDORA-2023-73c88d3686 See also https://fedoraproject.org/wiki/QA:Updates_Testing for more information on how to test updates. This bug appears to have been reported against 'rawhide' during the Fedora Linux 38 development cycle. Changing version to 38. FEDORA-2023-e9b7221e78 has been pushed to the Fedora 37 stable repository. If problem still persists, please make note of it in this bug report. FEDORA-2023-73c88d3686 has been pushed to the Fedora 36 stable repository. If problem still persists, please make note of it in this bug report. |