diff options
-rw-r--r-- | debian/patches/0009-resolvelib_compat.patch (renamed from debian/patches/0009-resolvelib_0_9_0_compat.patch) | 4 | ||||
-rw-r--r-- | debian/patches/series | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/debian/patches/0009-resolvelib_0_9_0_compat.patch b/debian/patches/0009-resolvelib_compat.patch index 24fc4787..3b4c9550 100644 --- a/debian/patches/0009-resolvelib_0_9_0_compat.patch +++ b/debian/patches/0009-resolvelib_compat.patch @@ -13,7 +13,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ + - ansible-galaxy - support ``resolvelib >= 0.5.3, < 0.10.0``. --- a/lib/ansible/galaxy/dependency_resolution/providers.py +++ b/lib/ansible/galaxy/dependency_resolution/providers.py -@@ -42,7 +42,7 @@ +@@ -40,7 +40,7 @@ # TODO: add python requirements to ansible-test's ansible-core distribution info and remove the hardcoded lowerbound/upperbound fallback RESOLVELIB_LOWERBOUND = SemanticVersion("0.5.3") @@ -22,7 +22,7 @@ This patch header follows DEP-3: http://dep.debian.net/deps/dep3/ RESOLVELIB_VERSION = SemanticVersion.from_loose_version(LooseVersion(resolvelib_version)) -@@ -220,7 +220,7 @@ +@@ -190,7 +190,7 @@ Mapping of identifier, list of named tuple pairs. The named tuples have the entries ``requirement`` and ``parent``. diff --git a/debian/patches/series b/debian/patches/series index 465c3dc5..9eedd1c6 100644 --- a/debian/patches/series +++ b/debian/patches/series @@ -1,2 +1,2 @@ 0005-use-py3.patch -0009-resolvelib_0_9_0_compat.patch +0009-resolvelib_compat.patch |