From a5ee874a35fba4b8d20513fa7f30390f3f6cb5d5 Mon Sep 17 00:00:00 2001 From: Serge Rabyking Date: Mon, 29 May 2023 04:27:15 +0100 Subject: [PATCH] Changed installation of python36-devel to python3-devel --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 2e02d1bb..3bd16205 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -148,7 +148,7 @@ before-all = ''' boost-devel \ boost-python boost-filesystem \ boost-regex boost-wave \ - python36-devel libxml2-devel \ + python3-devel libxml2-devel \ qwt-devel ''' build-verbosity=2