Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 544220 - app-backup/obnam-1.9: missing yaml dependency
Summary: app-backup/obnam-1.9: missing yaml dependency
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal
Assignee: Marc Schiffbauer
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-03-23 13:11 UTC by Johann Schmitz (ercpe) (RETIRED)
Modified: 2015-03-23 13:24 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (obnam-1.9.log,13.26 KB, text/plain)
2015-03-23 13:12 UTC, Johann Schmitz (ercpe) (RETIRED)
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Johann Schmitz (ercpe) (RETIRED) gentoo-dev 2015-03-23 13:11:58 UTC
Emerging obnam-1.9 fails with:

Traceback (most recent call last):
  File "obnam", line 18, in <module>
    import obnamlib
  File "/var/tmp/portage/app-backup/obnam-1.9/work/obnam-1.9/obnamlib/__init__.py", line 169, in <module>
    from fmt_simple import RepositoryFormatSimple
  File "/var/tmp/portage/app-backup/obnam-1.9/work/obnam-1.9/obnamlib/fmt_simple/__init__.py", line 19, in <module>
    from .simple import *
  File "/var/tmp/portage/app-backup/obnam-1.9/work/obnam-1.9/obnamlib/fmt_simple/simple.py", line 27, in <module>
    import yaml
ImportError: No module named yaml


Reproducible: Always
Comment 1 Johann Schmitz (ercpe) (RETIRED) gentoo-dev 2015-03-23 13:12:23 UTC
Created attachment 399548 [details]
build.log
Comment 2 Marc Schiffbauer gentoo-dev 2015-03-23 13:24:12 UTC
Fix in tree. Thanks for reporting!