From: Nadav Har'El <[email protected]>
Committer: Nadav Har'El <[email protected]>
Branch: master
setup.py: add "--allowerasing" to yum command
On recent Fedora, setup.py asks to install the compact-openssl10-devel
package, but if the package openssl-devel is already installed, this
installation fails because of conflicts. Add the "--allowerasing" option
to you to allow it to delete the conflicting package.
Signed-off-by: Nadav Har'El <[email protected]>
---
diff --git a/scripts/setup.py b/scripts/setup.py
--- a/scripts/setup.py
+++ b/scripts/setup.py
@@ -22,13 +22,14 @@
class Fedora(object):
name = 'Fedora'
- install = 'yum -y install'
+ install = 'yum -y install --allowerasing'
packages =
['gcc-c++', 'gcc-c++-aarch64-linux-gnu', 'git', 'gdb', 'qemu-img',
'qemu-system-x86', 'libvirt', 'maven',
'ant', 'autoconf', 'automake', 'boost-static', 'genromfs',
'libtool',
'flex', 'bison', 'maven-shade-plugin', 'python-dpkt',
'tcpdump', 'gdb',
'gnutls-utils', 'openssl', 'p11-kit', 'patch', 'wget',
'unzip', 'ncurses', 'ncurses-devel', 'libstdc++-static',
'openssl-libs',
+
'libedit-devel', 'yaml-cpp-devel'
]
ec2_packages = standard_ec2_packages
--
You received this message because you are subscribed to the Google Groups "OSv
Development" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/d/optout.