Skip to content

Commit

Permalink
fix python3, tesseract and redland
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelmayer2 committed Dec 5, 2024
1 parent 0dbb4e6 commit 3b34e8e
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 12 deletions.
8 changes: 7 additions & 1 deletion rules/python3.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,11 @@
"os": "linux",
"distribution": "redhat",
"versions": ["8"]
},
{
"os": "linux",
"distribution": "rockylinux",
"versions": ["8"]
}
]
},
Expand Down Expand Up @@ -79,7 +84,8 @@
"constraints": [
{
"os": "linux",
"distribution": "rockylinux"
"distribution": "rockylinux",
"versions": ["9"]
},
{
"os": "linux",
Expand Down
2 changes: 1 addition & 1 deletion rules/redland.json
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
{
"os": "linux",
"distribution": "rockylinux",
"versions": ["9"]
"versions": ["8"]
}
]
},
Expand Down
11 changes: 1 addition & 10 deletions rules/tesseract.json
Original file line number Diff line number Diff line change
Expand Up @@ -49,16 +49,7 @@
"os": "linux",
"distribution": "centos",
"versions": ["8"]
}
]
},
{
"pre_install": [
{ "command": "dnf install -y dnf-plugins-core" },
{ "command": "dnf config-manager --set-enabled powertools" }
],
"packages": ["tesseract-devel"],
"constraints": [
},
{
"os": "linux",
"distribution": "rockylinux",
Expand Down

0 comments on commit 3b34e8e

Please sign in to comment.