python_requirements_info - fail when version operator used without version (#3785) (#3793)

* python_requirements_info - fail when version operator used without version

* added changelog fragment

* simplified way of achieving the same result

(cherry picked from commit 59c1859fb3)

Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
patchback[bot]
2021-11-26 20:53:58 +01:00
committed by GitHub
parent 35fd4700bf
commit 3d1ca5638b
3 changed files with 16 additions and 2 deletions

View File

@@ -0,0 +1,2 @@
bugfixes:
- python_requirements_info - fails if version operator used without version (https://github.com/ansible-collections/community.general/pull/3785).