Skip to content

Commit 7e3480b

Browse files
committed
Packages: explicit Python module versioning in Debian examples.
1 parent 0c4ec72 commit 7e3480b

4 files changed

+4
-4
lines changed

pkg/deb/debian.module/unit.example-python2.7-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"applications": {
33
"example_python": {
4-
"type": "python",
4+
"type": "python 2.7",
55
"user": "nobody",
66
"workers": 2,
77
"path": "/usr/share/doc/unit-python2.7/examples/python-app",

pkg/deb/debian.module/unit.example-python3.4-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"applications": {
33
"example_python": {
4-
"type": "python",
4+
"type": "python 3.4",
55
"user": "nobody",
66
"workers": 2,
77
"path": "/usr/share/doc/unit-python3.4/examples/python-app",

pkg/deb/debian.module/unit.example-python3.5-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"applications": {
33
"example_python": {
4-
"type": "python",
4+
"type": "python 3.5",
55
"user": "nobody",
66
"workers": 2,
77
"path": "/usr/share/doc/unit-python3.5/examples/python-app",

pkg/deb/debian.module/unit.example-python3.6-config

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"applications": {
33
"example_python": {
4-
"type": "python",
4+
"type": "python 3.6",
55
"user": "nobody",
66
"workers": 2,
77
"path": "/usr/share/doc/unit-python3.6/examples/python-app",

0 commit comments

Comments
 (0)