According to commit fcd407e, policycoreutils-python was added as a
dependency because of semanage command which is not in use anymore.
Signed-off-by: Aline Manera <alinefm(a)linux.vnet.ibm.com>
---
contrib/kimchi.spec.fedora.in | 1 -
docs/README.md | 4 ++--
2 files changed, 2 insertions(+), 3 deletions(-)
diff --git a/contrib/kimchi.spec.fedora.in b/contrib/kimchi.spec.fedora.in
index 92d3e49..112834b 100644
--- a/contrib/kimchi.spec.fedora.in
+++ b/contrib/kimchi.spec.fedora.in
@@ -27,7 +27,6 @@ Requires: python-lxml
Requires: nfs-utils
Requires: nginx
Requires: iscsi-initiator-utils
-Requires: policycoreutils-python
Requires: python-ldap
Requires: python-libguestfs
Requires: libguestfs-tools
diff --git a/docs/README.md b/docs/README.md
index 0160ee5..db65c0d 100644
--- a/docs/README.md
+++ b/docs/README.md
@@ -54,8 +54,8 @@ Install Dependencies
qemu-kvm python-psutil python-ethtool sos \
python-ipaddr python-ldap python-lxml nfs-utils \
iscsi-initiator-utils libxslt pyparted nginx \
- policycoreutils-python python-libguestfs \
- libguestfs-tools python-websockify novnc
+ python-libguestfs libguestfs-tools python-websockify \
+ novnc
# If using RHEL6 or Fedora, install the following additional package:
$ sudo yum install spice-html5
--
2.1.0