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

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