diff --git a/Vagrantfile b/Vagrantfile index ab1c65c2..5b2e2da5 100644 --- a/Vagrantfile +++ b/Vagrantfile @@ -41,6 +41,10 @@ Vagrant.configure(2) do |config| bionic.vm.box = "ubuntu/bionic64" end + config.vm.define "opensuse423" do |leap423| + leap423.vm.box = "opensuse/openSUSE-42.3-x86_64" + end + config.vm.define "opensuse150" do |leap150| leap150.vm.box = "opensuse/openSUSE-15.0-x86_64" end diff --git a/bindep.txt b/bindep.txt index a62cff84..c648fb1c 100644 --- a/bindep.txt +++ b/bindep.txt @@ -26,7 +26,7 @@ gcc # Base requirements for Ubuntu -git-core [platform:dpkg] +git-core [platform:dpkg platform:suse] libssl-dev [platform:dpkg] libffi-dev [platform:dpkg] python2.7 [platform:dpkg] @@ -38,7 +38,7 @@ python3-dev [platform:dpkg] # Base requirements for RPM distros gcc-c++ [platform:rpm] -git [platform:rpm] +git [platform:rpm !platform:suse] libffi-devel [platform:rpm] openssl-devel [platform:rpm] python-devel [platform:rpm]