Bug 1254589 - bandit: importerror no module named stevedore
Summary: bandit: importerror no module named stevedore
Keywords:
Status: CLOSED EOL
Alias: None
Product: Fedora
Classification: Fedora
Component: bandit
Version: 24
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
Assignee: Michael S.
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2015-08-18 13:20 UTC by Zbigniew Jędrzejewski-Szmek
Modified: 2017-08-08 12:08 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2017-08-08 12:08:50 UTC
Type: Bug
Embargoed:


Attachments (Terms of Use)

Description Zbigniew Jędrzejewski-Szmek 2015-08-18 13:20:04 UTC
Description of problem:
I tried running bandit on the sources of a package, and it fails with a traceback:

$ bandit src/
Traceback (most recent call last):
  File "/usr/bin/bandit", line 6, in <module>
    from bandit.bandit import main
  File "/usr/lib/python2.7/site-packages/bandit/__init__.py", line 22, in <module>
    from bandit.core import config  # noqa
  File "/usr/lib/python2.7/site-packages/bandit/core/__init__.py", line 19, in <module>
    from bandit.core import manager  # noqa
  File "/usr/lib/python2.7/site-packages/bandit/core/manager.py", line 25, in <module>
    from bandit.core import result_store as b_result_store
  File "/usr/lib/python2.7/site-packages/bandit/core/result_store.py", line 24, in <module>
    from bandit.core import extension_loader
  File "/usr/lib/python2.7/site-packages/bandit/core/extension_loader.py", line 15, in <module>
    from stevedore import extension
ImportError: No module named stevedore

Seems to be just a question of missing Requires: python-stevedore.

Version-Release number of selected component (if applicable):
bandit-0.12.0-1.fc23.noarch

Comment 1 Michael S. 2015-08-21 12:14:51 UTC
So, I did build the new version, but it seems the bodhi change break some stuff on the API side, so i fear it will have to wait for next week until I find what to upgrade on my side to make it work.

Comment 2 Jan Kurik 2016-02-24 13:38:12 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 24 development cycle.
Changing version to '24'.

More information and reason for this action is here:
https://fedoraproject.org/wiki/Fedora_Program_Management/HouseKeeping/Fedora24#Rawhide_Rebase

Comment 3 Fedora End Of Life 2017-07-25 19:10:11 UTC
This message is a reminder that Fedora 24 is nearing its end of life.
Approximately 2 (two) weeks from now Fedora will stop maintaining
and issuing updates for Fedora 24. It is Fedora's policy to close all
bug reports from releases that are no longer maintained. At that time
this bug will be closed as EOL if it remains open with a Fedora  'version'
of '24'.

Package Maintainer: If you wish for this bug to remain open because you
plan to fix it in a currently maintained version, simply change the 'version'
to a later Fedora version.

Thank you for reporting this issue and we are sorry that we were not
able to fix it before Fedora 24 is end of life. If you would still like
to see this bug fixed and are able to reproduce it against a later version
of Fedora, you are encouraged  change the 'version' to a later Fedora
version prior this bug is closed as described in the policy above.

Although we aim to fix as many bugs as possible during every release's
lifetime, sometimes those efforts are overtaken by events. Often a
more recent Fedora release includes newer upstream software that fixes
bugs or makes them obsolete.

Comment 4 Fedora End Of Life 2017-08-08 12:08:50 UTC
Fedora 24 changed to end-of-life (EOL) status on 2017-08-08. Fedora 24 is
no longer maintained, which means that it will not receive any further
security or bug fix updates. As a result we are closing this bug.

If you can reproduce this bug against a currently maintained version of
Fedora please feel free to reopen this bug against that version. If you
are unable to reopen this bug, please file a new report against the
current release. If you experience problems, please add a comment to this
bug.

Thank you for reporting this bug and we are sorry it could not be fixed.


Note You need to log in before you can comment on or make changes to this bug.