summaryrefslogtreecommitdiff
path: root/remove-bundled-deps-from-requirements.patch
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2024-08-01 08:38:48 +0000
committerCoprDistGit <infra@openeuler.org>2024-08-01 08:38:48 +0000
commit5d4f70b207f4103c0db7b9e7ebdbce2472f7e482 (patch)
treec6e0b70bbf3062b44b0dbf4e9fb850a5b1e5ea7d /remove-bundled-deps-from-requirements.patch
parent3b0312eaa7bf4659ed25976d2b1beb3492b77b22 (diff)
automatic import of ansible-coreopeneuler24.03_LTS
Diffstat (limited to 'remove-bundled-deps-from-requirements.patch')
-rw-r--r--remove-bundled-deps-from-requirements.patch12
1 files changed, 12 insertions, 0 deletions
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