Remove __requires__ attribute for pkg_resources (#74294)

This commit is contained in:
Matt Martz 2021-04-15 15:20:20 -05:00 committed by GitHub
parent e3eeb88f7c
commit 28a2d9b4ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 2 additions and 3 deletions

View file

@ -0,0 +1,2 @@
minor_changes:
- CLI - Remove ``__requires__`` attribute for ``pkg_resources``

View file

@ -22,8 +22,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
__requires__ = ['ansible_core']
import errno
import os

View file

@ -4,7 +4,6 @@
from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
__requires__ = ['ansible_core']
import fcntl