diff options
-rw-r--r-- | arcus/PKGBUILD | 1 | ||||
-rw-r--r-- | collectd/PKGBUILD | 1 | ||||
-rw-r--r-- | libsavitar/PKGBUILD | 1 | ||||
-rw-r--r-- | pin-dependencies.PKGBUILDpatch | 1 | ||||
-rw-r--r-- | python-pynest2d/PKGBUILD | 1 | ||||
-rw-r--r-- | scidavis-qt5/PKGBUILD | 1 |
6 files changed, 1 insertions, 5 deletions
diff --git a/arcus/PKGBUILD b/arcus/PKGBUILD index 4ec448135..0c651e82b 100644 --- a/arcus/PKGBUILD +++ b/arcus/PKGBUILD @@ -19,7 +19,6 @@ _pinned_dependencies=( 'gcc-libs=12.2.0' 'glibc>=2.36' 'libprotobuf.so=32' - 'python=3.10.9' ) depends=('python' 'protobuf' "${_pinned_dependencies[@]}") options=('debug') diff --git a/collectd/PKGBUILD b/collectd/PKGBUILD index 7f0f392a6..2f3fc76ba 100644 --- a/collectd/PKGBUILD +++ b/collectd/PKGBUILD @@ -78,7 +78,6 @@ _pinned_dependencies=( 'net-snmp=5.9.1' 'nut=2.8.0' 'openipmi=2.0.33' - 'python=3.10.9' 'rrdtool=1.8.0' ) depends=("${_pinned_dependencies[@]}" 'libltdl' 'iptables' 'libnsl') diff --git a/libsavitar/PKGBUILD b/libsavitar/PKGBUILD index 9ba0b14c4..850eb98b5 100644 --- a/libsavitar/PKGBUILD +++ b/libsavitar/PKGBUILD @@ -13,7 +13,6 @@ _pinned_dependencies=( 'gcc-libs=12.2.0' 'glibc>=2.36' 'pugixml=1.13' - 'python=3.10.9' ) depends=("${_pinned_dependencies[@]}") makedepends=('cmake' 'python-sip4' 'sip4') diff --git a/pin-dependencies.PKGBUILDpatch b/pin-dependencies.PKGBUILDpatch index a3ae3b53e..f095df0f5 100644 --- a/pin-dependencies.PKGBUILDpatch +++ b/pin-dependencies.PKGBUILDpatch @@ -68,6 +68,7 @@ if printf '%s\n' "${arch[@]}" | grep -qvxF any; then eval 'printf '"'"'%s\n'"'"' "${_pinned_dependencies[@]}" "${_pinned_dependencies_'"${CARCH}"'[@]}"' \ | sed ' s/[<>]\?=.*$// + /^python$/d /^$/d ' \ | sort -u diff --git a/python-pynest2d/PKGBUILD b/python-pynest2d/PKGBUILD index 55e303a21..9123d9aeb 100644 --- a/python-pynest2d/PKGBUILD +++ b/python-pynest2d/PKGBUILD @@ -13,7 +13,6 @@ _pinned_dependencies=( 'glibc>=2.36' 'nlopt=2.7.1' 'polyclipping=6.4.2' - 'python=3.10.9' ) depends=( 'python>=3.10' diff --git a/scidavis-qt5/PKGBUILD b/scidavis-qt5/PKGBUILD index fc8fee576..d40f76f8d 100644 --- a/scidavis-qt5/PKGBUILD +++ b/scidavis-qt5/PKGBUILD @@ -30,7 +30,6 @@ _pinned_dependencies=( 'gsl=2.7.1' 'libGL.so=1' 'muparser=2.3.4' - 'python=3.10.9' 'qt5-base=5.15.8+kde+r162' 'qt5-svg=5.15.8+kde+r8' 'zlib=1:1.2.13' |