From 7e3480b04640ba94a0a94aa95fd9ee5188732b22 Mon Sep 17 00:00:00 2001 From: Andrei Belov Date: Mon, 22 Jan 2018 16:39:32 +0300 Subject: Packages: explicit Python module versioning in Debian examples. --- pkg/deb/debian.module/unit.example-python3.4-config | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkg/deb/debian.module/unit.example-python3.4-config') 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", -- cgit