forked from pool/vagrant
b9455818eb
fixed boo#1044087; removed wdm dependency; prevent 'have choice' for rubygem-addressable OBS-URL: https://build.opensuse.org/request/show/519591 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/vagrant?expand=0&rev=3
29 lines
751 B
Diff
29 lines
751 B
Diff
From f1ca337645e6a3b55fba063b1f2972d190c82d6b Mon Sep 17 00:00:00 2001
|
|
From: Antonio Terceiro <terceiro@debian.org>
|
|
Date: Sun, 16 Aug 2015 10:45:47 +0200
|
|
Subject: [PATCH] Relax dependency resolution
|
|
|
|
Signed-off-by: Johannes Kastl <kastl@b1-systems.de>
|
|
---
|
|
Gemfile | 6 ------
|
|
vagrant.gemspec | 25 +++++++++++++++----------
|
|
2 files changed, 15 insertions(+), 16 deletions(-)
|
|
|
|
diff --git a/Gemfile b/Gemfile
|
|
index 15f245819..b4e2a20bb 100644
|
|
--- a/Gemfile
|
|
+++ b/Gemfile
|
|
@@ -1,9 +1,3 @@
|
|
source "https://rubygems.org"
|
|
|
|
gemspec
|
|
-
|
|
-if File.exist?(File.expand_path("../../vagrant-spec", __FILE__))
|
|
- gem 'vagrant-spec', path: "../vagrant-spec"
|
|
-else
|
|
- gem 'vagrant-spec', git: "https://github.com/mitchellh/vagrant-spec.git"
|
|
-end
|
|
--
|
|
2.13.0
|
|
|