From 7e3480b04640ba94a0a94aa95fd9ee5188732b22 Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Mon, 22 Jan 2018 16:39:32 +0300 Subject: [PATCH] Packages: explicit Python module versioning in Debian examples. --- pkg/deb/debian.module/unit.example-python2.7-config | 2 +- pkg/deb/debian.module/unit.example-python3.4-config | 2 +- pkg/deb/debian.module/unit.example-python3.5-config | 2 +- pkg/deb/debian.module/unit.example-python3.6-config | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pkg/deb/debian.module/unit.example-python2.7-config b/pkg/deb/debian.module/unit.example-python2.7-config index eab51a6f..cca46ed0 100644 --- a/pkg/deb/debian.module/unit.example-python2.7-config +++ b/pkg/deb/debian.module/unit.example-python2.7-config @@ -1,7 +1,7 @@ { "applications": { "example_python": { - "type": "python", + "type": "python 2.7", "user": "nobody", "workers": 2, "path": "/usr/share/doc/unit-python2.7/examples/python-app", diff --git a/pkg/deb/debian.module/unit.example-python3.4-config b/pkg/deb/debian.module/unit.example-python3.4-config index 37efc0b4..c8d4f470 100644 --- a/pkg/deb/debian.module/unit.example-python3.4-config +++ b/pkg/deb/debian.module/unit.example-python3.4-config @@ -1,7 +1,7 @@ { "applications": { "example_python": { - "type": "python", + "type": "python 3.4", "user": "nobody", "workers": 2, "path": "/usr/share/doc/unit-python3.4/examples/python-app", diff --git a/pkg/deb/debian.module/unit.example-python3.5-config b/pkg/deb/debian.module/unit.example-python3.5-config index 7154f93c..20f49adf 100644 --- a/pkg/deb/debian.module/unit.example-python3.5-config +++ b/pkg/deb/debian.module/unit.example-python3.5-config @@ -1,7 +1,7 @@ { "applications": { "example_python": { - "type": "python", + "type": "python 3.5", "user": "nobody", "workers": 2, "path": "/usr/share/doc/unit-python3.5/examples/python-app", diff --git a/pkg/deb/debian.module/unit.example-python3.6-config b/pkg/deb/debian.module/unit.example-python3.6-config index a17e333b..93d76c09 100644 --- a/pkg/deb/debian.module/unit.example-python3.6-config +++ b/pkg/deb/debian.module/unit.example-python3.6-config @@ -1,7 +1,7 @@ { "applications": { "example_python": { - "type": "python", + "type": "python 3.6", "user": "nobody", "workers": 2, "path": "/usr/share/doc/unit-python3.6/examples/python-app",