mirror of
https://github.com/containers/ansible-podman-collections.git
synced 2026-02-04 07:11:49 +00:00
CI: fix pip installation of the collection (#592)
https://github.com/pypa/setuptools/issues/3197 latest release of setuptools 61.0 broke pip install Signed-off-by: Sagi Shnaidman <sshnaidm@redhat.com>
This commit is contained in:
parent
181de14633
commit
e5b37d9756
1 changed files with 2 additions and 1 deletions
3
setup.py
3
setup.py
|
|
@ -5,4 +5,5 @@ import setuptools
|
|||
|
||||
setuptools.setup(
|
||||
setup_requires=['pbr'],
|
||||
pbr=True)
|
||||
pbr=True,
|
||||
py_modules=[])
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue