From 5d4f70b207f4103c0db7b9e7ebdbce2472f7e482 Mon Sep 17 00:00:00 2001 From: CoprDistGit Date: Thu, 1 Aug 2024 08:38:48 +0000 Subject: automatic import of ansible-core --- remove-bundled-deps-from-requirements.patch | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 remove-bundled-deps-from-requirements.patch (limited to 'remove-bundled-deps-from-requirements.patch') diff --git a/remove-bundled-deps-from-requirements.patch b/remove-bundled-deps-from-requirements.patch new file mode 100644 index 0000000..f5cf28f --- /dev/null +++ b/remove-bundled-deps-from-requirements.patch @@ -0,0 +1,12 @@ +diff --git a/requirements.txt b/requirements.txt +index 20562c3e0f..b24f27b2ca 100644 +--- a/requirements.txt ++++ b/requirements.txt +@@ -3,7 +3,6 @@ + # packages. Thus, this should be the loosest set possible (only required + # packages, not optional ones, and with the widest range of versions that could + # be suitable) +-jinja2 >= 3.0.0 + PyYAML >= 5.1 # PyYAML 5.1 is required for Python 3.8+ support + cryptography + packaging -- cgit v1.2.3