Blame SOURCES/remove-bundled-deps-from-requirements.patch

f29152
diff --git a/requirements.txt b/requirements.txt
f29152
index 20562c3e0f..792daa209a 100644
f29152
--- a/requirements.txt
f29152
+++ b/requirements.txt
f29152
@@ -3,13 +3,5 @@
f29152
 # packages.  Thus, this should be the loosest set possible (only required
f29152
 # packages, not optional ones, and with the widest range of versions that could
f29152
 # be suitable)
f29152
-jinja2 >= 3.0.0
f29152
 PyYAML >= 5.1  # PyYAML 5.1 is required for Python 3.8+ support
f29152
 cryptography
f29152
-packaging
f29152
-# NOTE: resolvelib 0.x version bumps should be considered major/breaking
f29152
-# NOTE: and we should update the upper cap with care, at least until 1.0
f29152
-# NOTE: Ref: https://github.com/sarugaku/resolvelib/issues/69
f29152
-# NOTE: When updating the upper bound, also update the latest version used
f29152
-# NOTE: in the ansible-galaxy-collection test suite.
f29152
-resolvelib >= 0.5.3, < 0.9.0  # dependency resolver used by ansible-galaxy