mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
python-daemon 2.3.1 requires Python 3+. (#4977)
This commit is contained in:
parent
788cfb624a
commit
e1cfa13a1b
3 changed files with 3 additions and 0 deletions
|
@ -1,2 +1,3 @@
|
||||||
dependencies:
|
dependencies:
|
||||||
- setup_pkg_mgr
|
- setup_pkg_mgr
|
||||||
|
- setup_remote_constraints
|
||||||
|
|
|
@ -62,6 +62,7 @@
|
||||||
pip:
|
pip:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
virtualenv: "{{ process_venv }}"
|
virtualenv: "{{ process_venv }}"
|
||||||
|
extra_args: "-c {{ remote_constraints }}"
|
||||||
loop:
|
loop:
|
||||||
- setuptools==44
|
- setuptools==44
|
||||||
- python-daemon
|
- python-daemon
|
||||||
|
|
|
@ -50,6 +50,7 @@ redis == 2.10.6 ; python_version < '2.7'
|
||||||
redis < 4.0.0 ; python_version >= '2.7' and python_version < '3.6'
|
redis < 4.0.0 ; python_version >= '2.7' and python_version < '3.6'
|
||||||
redis ; python_version >= '3.6'
|
redis ; python_version >= '3.6'
|
||||||
pycdlib < 1.13.0 ; python_version < '3' # 1.13.0 does not work with Python 2, while not declaring that
|
pycdlib < 1.13.0 ; python_version < '3' # 1.13.0 does not work with Python 2, while not declaring that
|
||||||
|
python-daemon <= 2.3.0 ; python_version < '3'
|
||||||
|
|
||||||
# freeze pylint and its requirements for consistent test results
|
# freeze pylint and its requirements for consistent test results
|
||||||
astroid == 2.2.5
|
astroid == 2.2.5
|
||||||
|
|
Loading…
Reference in a new issue