Bug ID 1012983
Summary security/yubioath-desktop: Missing runtime dependency `python-setuptools`
Classification openSUSE
Product openSUSE.org
Version unspecified
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component 3rd party software
Assignee meissner@suse.com
Reporter chris@xlevus.net
QA Contact opensuse-communityscreening@forge.provo.novell.com
Found By ---
Blocker ---

On a fresh install of openSUSE:Tumbleweed, when installing yubioath-desktop via
one-click, not all dependent packages are installed, causing `yubioath` and
`yubioath-cli` to error with the following:

```
$ yubioath-cli
Traceback (most recent call last):
  File "/usr/bin/yubioath-cli", line 6, in <module>
    from pkg_resources import load_entry_point
ImportError: No module named pkg_resources
$
```

`pkg_resources` is contained within the SUSE package `python-setuptools` which
is present in yubioath-desktop's BuildRequires, but not Requires.


You are receiving this mail because: