python/semanage: Update semanage to use python3

semanage uses seobject which uses setools which is python 3 only.

Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
This commit is contained in:
Petr Lautrbach 2019-02-15 17:00:24 +01:00 committed by Nicolas Iooss
parent f9dbd6e83c
commit f9ba759d15
No known key found for this signature in database
GPG Key ID: C191415F340DAAA0

View File

@ -1,4 +1,4 @@
#! /usr/bin/python -Es
#! /usr/bin/python3 -Es
# Copyright (C) 2012-2013 Red Hat
# AUTHOR: Miroslav Grepl <mgrepl@redhat.com>
# AUTHOR: David Quigley <selinux@davequigley.com>