Skip to content

Commit 165de48

Browse files
author
John Patrick Poet
committed
Centos Stream 10: mysql -> mariadb and qtwebkit is not available.
1 parent 6d70472 commit 165de48

File tree

1 file changed

+3
-3
lines changed
  • roles/mythtv/vars/centos

1 file changed

+3
-3
lines changed

roles/mythtv/vars/centos/10.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# File: roles/mythtv/vars/dnf/centos/9.yml
1+
# File: roles/mythtv/vars/dnf/centos/10.yml
22

33
---
44

@@ -91,16 +91,16 @@ packages:
9191
- taglib-devel
9292
- libcdio-devel
9393
- libcdio-paranoia-devel
94-
- mysql-devel
94+
- mariadb-devel
9595
- minizip-devel
9696
- python3-pycurl
9797
- python3-oauthlib
9898

9999
qt5_packages:
100100
- qt5-qtbase-devel
101-
- qt5-qtwebkit-devel
102101
- qt5-qtscript-devel
103102
- qt5-qtbase-mysql
103+
- qt5-qtdeclarative-devel
104104

105105
...
106106

0 commit comments

Comments
 (0)