diff --git a/testsite/playbooks/roles/wsgihello2/files/requirements.in b/testsite/playbooks/roles/wsgihello2/files/requirements.in index 50e81ced2918547e2b4a687115e84a9fa79657af..84f2ad26f8500131ad788130035369644ba73df0 100644 --- a/testsite/playbooks/roles/wsgihello2/files/requirements.in +++ b/testsite/playbooks/roles/wsgihello2/files/requirements.in @@ -1,3 +1,5 @@ django-apptemplates ipcalc django~=1.8.0 +# Undeclared dependency in ipcalc 1.99.0 (fixed in master HEAD). +six \ No newline at end of file diff --git a/testsite/playbooks/roles/wsgihello2/files/requirements.txt b/testsite/playbooks/roles/wsgihello2/files/requirements.txt index 0ffb641936723f63bdfa79405d5f33cca8228d07..db9ae6fb66b77b7b844ac0eeea120d33ea1a6d66 100644 --- a/testsite/playbooks/roles/wsgihello2/files/requirements.txt +++ b/testsite/playbooks/roles/wsgihello2/files/requirements.txt @@ -1,3 +1,4 @@ -django-apptemplates==1.2 +django-apptemplates==1.5 +django==1.8.19 ipcalc==1.99.0 -django==1.8.16 +six==1.15.0 diff --git a/testsite/playbooks/roles/wsgihello2/meta/main.yml b/testsite/playbooks/roles/wsgihello2/meta/main.yml index 006d98aaa66f9003368a5940fbb8bf2c18fe688a..876620ef9f41dceb5650d1e6ded6ddab8aa22035 100644 --- a/testsite/playbooks/roles/wsgihello2/meta/main.yml +++ b/testsite/playbooks/roles/wsgihello2/meta/main.yml @@ -13,8 +13,9 @@ dependencies: environment_variables: WEBSITE_NAME: "Majic Ansible Roles Test Site" wsgi_requirements: - - futures==3.1.1 - - gunicorn==19.6.0 + - gunicorn==19.9.0 + wsgi_requirements_in: + - gunicorn python_version: 3 - role: database db_name: wsgi_{{ testsite_domain_underscores }}