fedora-selinux / setroubleshoot

Abandoned, use https://gitlab.com/setroubleshoot
https://gitlab.com/setroubleshoot
9 stars 12 forks source link

Add Python 3 support #8

Closed OndrejSlamecka closed 9 years ago

OndrejSlamecka commented 9 years ago

Makes setroubleshootd and sealert work with Python 3.

We'll want to merge this with https://github.com/OndrejSlamecka/setroubleshoot/tree/feature-python3non_packaged_tools

Specfiles for Fedora packages:

bachradsusi commented 9 years ago

make dist fails:

make[2]: Entering directory '/home/bachradsusi/devel/src/github/fedora-selinux/setroubleshoot.git/framework/gui'
make[2]: *** No rule to make target 'bug_report.glade', needed by 'distdir'.  Stop.
make[2]: Leaving directory '/home/bachradsusi/devel/src/github/fedora-selinux/setroubleshoot.git/framework/gui'
Makefile:823: recipe for target 'distdir' failed
make[1]: *** [distdir] Error 1
make[1]: Leaving directory '/home/bachradsusi/devel/src/github/fedora-selinux/setroubleshoot.git/framework'
Makefile:922: recipe for target 'dist' failed
make: *** [dist] Error 2
bachradsusi commented 9 years ago

This pull request is already merged in python3 branch. Thanks!