summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorBazaah2024-03-16 17:25:28 +0000
committerBazaah2024-03-23 10:29:20 +0000
commitbfe55db9e8ccdcc304ffc992e5a585cd9fb2e80f (patch)
treeefbdf2c8056c6294e6700898fbc758c11963fb25
parentfbbe080875e5fe2d5fa51f8f5aba285d0ba61797 (diff)
downloadaur-bfe55db9e8ccdcc304ffc992e5a585cd9fb2e80f.tar.gz
pkgbuild: rm checkdepends->python-mock
Dropped to AUR and I believe unneeded?
-rw-r--r--.SRCINFO1
-rw-r--r--PKGBUILD3
2 files changed, 1 insertions, 3 deletions
diff --git a/.SRCINFO b/.SRCINFO
index a8e3b0ec48f5..5c3b95bbac0b 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -7,7 +7,6 @@ pkgbase = ceph
license = GPL
checkdepends = inetutils
checkdepends = xmlstarlet
- checkdepends = python-mock
checkdepends = python-nose
checkdepends = python-pycodestyle
checkdepends = python-pylint
diff --git a/PKGBUILD b/PKGBUILD
index bb0c584df2ef..e9a039a43489 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -42,8 +42,7 @@ makedepends=(
checkdepends=(
'inetutils' 'xmlstarlet'
- 'python-mock' 'python-nose' 'python-pycodestyle' 'python-pylint' 'python-pytest'
- 'python-pytest-cov'
+ 'python-nose' 'python-pycodestyle' 'python-pylint' 'python-pytest' 'python-pytest-cov'
)
# Despite the upstream suggesting that LTO is now possible, I still am unable