summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Carr2022-11-16 11:48:09 -0800
committerDonald Carr2022-11-16 11:57:03 -0800
commit69c823189125b4c7c79282937427746f2ce2edaa (patch)
treed4574225eb918b5c5274e632d0d1dfc03bc221f4
parent927e5b671a48ee267a03162c4f57eba822e98e87 (diff)
downloadaur-69c823189125b4c7c79282937427746f2ce2edaa.tar.gz
ceph libs are a pain to build
Change-Id: I48031598efc3ab8e1297d9abd9436d2245272bcc
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD2
2 files changed, 1 insertions, 2 deletions
diff --git a/.SRCINFO b/.SRCINFO
index c55f1c5acff3..94e69a189397 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -30,7 +30,6 @@ pkgbase = libvirt-git
depends = polkit
depends = netcf
depends = glusterfs
- depends = ceph-libs
depends = libiscsi
depends = fmt
optdepends = libvirt-storage-gluster: Gluster storage backend
diff --git a/PKGBUILD b/PKGBUILD
index 23bdf882cbbe..8fba5e40a459 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -13,7 +13,7 @@ pkgdesc="API for controlling virtualization engines (openvz,kvm,qemu,virtualbox,
arch=('i686' 'x86_64')
url="http://libvirt.org/"
license=('LGPL' 'GPL3')
-depends=('libpciaccess' 'yajl' 'fuse2' 'gnutls' 'parted' 'libssh' 'numactl' 'polkit' 'netcf' 'glusterfs' 'ceph-libs' 'libiscsi' 'fmt')
+depends=('libpciaccess' 'yajl' 'fuse2' 'gnutls' 'parted' 'libssh' 'numactl' 'polkit' 'netcf' 'glusterfs' 'libiscsi' 'fmt')
makedepends=('libxslt' 'python-docutils' 'lvm2' 'open-iscsi' 'bash-completion' 'rpcsvc-proto' 'dnsmasq' 'iproute2' 'git' 'meson' 'ninja')
checkdepends=('ebtables')
optdepends=('libvirt-storage-gluster: Gluster storage backend'