diff options
-rw-r--r-- | bareos/PKGBUILD | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bareos/PKGBUILD b/bareos/PKGBUILD index 4eee09bae..87a7d4077 100644 --- a/bareos/PKGBUILD +++ b/bareos/PKGBUILD @@ -37,7 +37,7 @@ _pinned_dependencies=( 'libreadline.so=8' 'lzo=2.10' 'openssl=1.1.1.q' - 'python2=2.7.18' + 'python=3.10.8' 'zlib=1:1.2.13' ) _pinned_dependencies_libmariadbclient=( @@ -624,7 +624,7 @@ package_bareos-filedaemon-python-plugin() { _pinned_dependencies=( 'gcc-libs=12.2.0' 'glibc>=2.31' - 'python2=2.7.18' + 'python=3.10.8' ) depends=("bareos-common=$pkgver" "bareos-filedaemon=$pkgver" 'python' "${_pinned_dependencies[@]}" 'libcap' 'lzo' 'jansson') @@ -643,7 +643,7 @@ package_bareos-storage-python-plugin() { _pinned_dependencies=( 'gcc-libs=12.2.0' 'glibc>=2.31' - 'python2=2.7.18' + 'python=3.10.8' ) depends=("bareos-common=$pkgver" "bareos-storage=$pkgver" 'lzo' 'python' 'libcap' 'jansson' "${_pinned_dependencies[@]}") |