diff mbox series

[3/3] README: Update Fedora python 3 dependencies

Message ID 20190220160446.23150-4-plautrba@redhat.com (mailing list archive)
State Accepted
Headers show
Series [1/3] Always use /usr/bin/python3 in Python scripts | expand

Commit Message

Petr Lautrbach Feb. 20, 2019, 4:04 p.m. UTC
Signed-off-by: Petr Lautrbach <plautrba@redhat.com>
---
 README | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/README b/README
index 1c009b01..e4423ca2 100644
--- a/README
+++ b/README
@@ -3,7 +3,7 @@  Subscribe by sending "subscribe selinux" in the body of an email
 to majordomo@vger.kernel.org.
 
 Build dependencies on Fedora:
-yum install audit-libs-devel bison bzip2-devel dbus-devel dbus-glib-devel flex flex-devel flex-static glib2-devel libcap-devel libcap-ng-devel pam-devel pcre-devel python-devel setools-devel swig xmlto redhat-rpm-config
+yum install audit-libs-devel bison bzip2-devel dbus-devel dbus-glib-devel flex flex-devel flex-static glib2-devel libcap-devel libcap-ng-devel pam-devel pcre-devel python3-devel python3-setools swig xmlto redhat-rpm-config
 
 To build and install everything under a private directory, run:
 make DESTDIR=~/obj install install-pywrap