Comment 0 for bug 1451459

Revision history for this message
Matthias Klose (doko) wrote : click-apparmor fails to build in trusty with proposed python3.4 update

click-apparmor fails to build in trusty with proposed python3.4 update

seen at https://launchpad.net/ubuntu/+archive/test-rebuild-20150317/+build/7073247

make test
make[2]: Entering directory `/build/buildd/click-apparmor-0.2'
python3 ./test-clicktool.py
Traceback (most recent call last):
  File "./test-clicktool.py", line 17, in <module>
    from apparmor import click
  File "/build/buildd/click-apparmor-0.2/apparmor/click.py", line 13, in <module>
    from apparmor import easyprof
ImportError: cannot import name 'easyprof'
make[2]: *** [test] Error 1