Remove __requires__ attribute for pkg_resources (#74294)
This commit is contained in:
parent
e3eeb88f7c
commit
28a2d9b4ae
3 changed files with 2 additions and 3 deletions
2
changelogs/fragments/no-requires.yml
Normal file
2
changelogs/fragments/no-requires.yml
Normal file
|
@ -0,0 +1,2 @@
|
|||
minor_changes:
|
||||
- CLI - Remove ``__requires__`` attribute for ``pkg_resources``
|
|
@ -22,8 +22,6 @@
|
|||
from __future__ import (absolute_import, division, print_function)
|
||||
__metaclass__ = type
|
||||
|
||||
__requires__ = ['ansible_core']
|
||||
|
||||
|
||||
import errno
|
||||
import os
|
||||
|
|
|
@ -4,7 +4,6 @@
|
|||
from __future__ import (absolute_import, division, print_function)
|
||||
|
||||
__metaclass__ = type
|
||||
__requires__ = ['ansible_core']
|
||||
|
||||
|
||||
import fcntl
|
||||
|
|
Loading…
Reference in a new issue