https://bugzilla.redhat.com/show_bug.cgi?id=1267189



--- Comment #4 from Zbigniew Jędrzejewski-Szmek <zbys...@in.waw.pl> ---
$ appstream-util validate /usr/share/appdata/antimony.appdata.xml
/usr/share/appdata/antimony.appdata.xml: FAILED:
• tag-missing           : <name> is not present
• style-invalid         : Not enough <p> tags for a good description
Validation of files failed

Python module is missing the binary component:
$ python3 -c 'import fab'
Traceback (most recent call last):
  File "<string>", line 1, in <module>
  File "/usr/lib/python3.4/site-packages/fab/__init__.py", line 1, in <module>
    import fab.shapes as shapes
  File "/usr/lib/python3.4/site-packages/fab/shapes.py", line 5, in <module>
    from fab.types import Shape, Transform
  File "/usr/lib/python3.4/site-packages/fab/types.py", line 6, in <module>
    from _fabtypes import *
ImportError: No module named '_fabtypes'

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are always notified about changes to this product and component
_______________________________________________
package-review mailing list
package-review@lists.fedoraproject.org
https://admin.fedoraproject.org/mailman/listinfo/package-review

Reply via email to