summaryrefslogtreecommitdiff
path: root/bareos
diff options
context:
space:
mode:
authorErich Eckner <erich.eckner.ext@bestsecret.com>2022-10-18 16:40:35 +0200
committerErich Eckner <erich.eckner.ext@bestsecret.com>2022-10-18 16:40:35 +0200
commite7a17555d9aff887ddac2eb0335a2f847adff245 (patch)
tree1ca7be4531e52ff7534229e8904bf56d0961f703 /bareos
parent7f98547f6b090375ab82b451db6dd8242f26b1b9 (diff)
downloadarchlinuxewe-e7a17555d9aff887ddac2eb0335a2f847adff245.tar.xz
bareos: fix _pinned_dependencies
Diffstat (limited to 'bareos')
-rw-r--r--bareos/PKGBUILD2
1 files changed, 0 insertions, 2 deletions
diff --git a/bareos/PKGBUILD b/bareos/PKGBUILD
index 84c46a212..cbb850faf 100644
--- a/bareos/PKGBUILD
+++ b/bareos/PKGBUILD
@@ -37,7 +37,6 @@ _pinned_dependencies=(
'libreadline.so=8'
'lzo=2.10'
'openssl=1.1.1.q'
- 'python=3.10.8'
'zlib=1:1.2.13'
)
_pinned_dependencies_libmariadbclient=(
@@ -606,7 +605,6 @@ package_bareos-director-python-plugin() {
_pinned_dependencies=(
'gcc-libs=12.2.0'
'glibc>=2.31'
- 'python=3.10.8'
)
depends=("bareos-common=$pkgver" "bareos-director=$pkgver" 'libcap' 'jansson' 'lzo' 'python' "${_pinned_dependencies[@]}")