diff options
author | Erich Eckner <git@eckner.net> | 2023-01-15 21:41:50 +0100 |
---|---|---|
committer | Erich Eckner <erich.eckner.ext@bestsecret.com> | 2023-01-18 10:15:05 +0100 |
commit | 6edcfd974b446747e5600f2d1281748a5344d5b7 (patch) | |
tree | b9b0c7ddf552f8da0ba6d4fd4a1d45f9f693c2e1 /arcus | |
parent | 4faf9e060b193f1cb45f362469ed02dbc806c98b (diff) | |
download | archlinuxewe-6edcfd974b446747e5600f2d1281748a5344d5b7.tar.xz |
remove python from _pinned_dependencies
Diffstat (limited to 'arcus')
-rw-r--r-- | arcus/PKGBUILD | 1 |
1 files changed, 0 insertions, 1 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') |