Skip to content

Commit a4628bc

Browse files
committed
rtags: drop tests, which require python3-nose
1 parent 09712bb commit a4628bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

srcpkgs/rtags/template

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,17 @@
11
# Template file for 'rtags'
22
pkgname=rtags
33
version=2.38
4-
revision=7
4+
revision=8
55
build_style=cmake
66
# Don't run tests in do_install, please.
77
configure_args="-DSKIP_CTEST=TRUE"
88
hostmakedepends="pkg-config clang"
99
makedepends="llvm17-devel openssl-devel zlib-devel"
10-
checkdepends="perl python3-PyHamcrest python3-nose"
1110
short_desc="C/C++ indexer with integration for Emacs based on clang"
1211
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
1312
license="GPL-3.0-or-later"
1413
homepage="https://github.com/Andersbakken/rtags"
1514
distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
1615
checksum=e19d9cf5823cccc43266ca57c19ae0bb879cbe138511cb3f0343958860481a5d
1716
nocross=yes
17+
make_check=no # Tests require removed python3-nose

0 commit comments

Comments
 (0)