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

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