diff options
author | Konstantin Pavlov <thresh@nginx.com> | 2024-02-13 11:19:34 -0800 |
---|---|---|
committer | Dan Callahan <dan.callahan@gmail.com> | 2024-02-20 12:27:52 +0000 |
commit | 5570d807d9917cf738e1737dba7e2b8005b8e389 (patch) | |
tree | 3dffc15e56093cd8d5307c2fd8e83c05f069e34b /pkg/rpm/rpmbuild/SOURCES/unit.example-python312-config | |
parent | 183a1e9d634ae2fb129ce98f1ca8a16cbfdeac99 (diff) | |
download | unit-5570d807d9917cf738e1737dba7e2b8005b8e389.tar.gz unit-5570d807d9917cf738e1737dba7e2b8005b8e389.tar.bz2 |
Packages: fixed a path to python 3.12 example app
Diffstat (limited to '')
-rw-r--r-- | pkg/rpm/rpmbuild/SOURCES/unit.example-python312-config | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/rpm/rpmbuild/SOURCES/unit.example-python312-config b/pkg/rpm/rpmbuild/SOURCES/unit.example-python312-config index 37b65f1f..1de2eba6 100644 --- a/pkg/rpm/rpmbuild/SOURCES/unit.example-python312-config +++ b/pkg/rpm/rpmbuild/SOURCES/unit.example-python312-config @@ -3,7 +3,7 @@ "example_python": { "type": "python 3.12", "processes": 2, - "path": "/usr/share/doc/unit-python3.12/examples/python-app", + "path": "/usr/share/doc/unit-python312/examples/python-app", "module": "wsgi" } }, |