mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
rtags: drop tests, which require python3-nose
This commit is contained in:
parent
b46b8f4a4e
commit
e6bef941b8
1 changed files with 2 additions and 2 deletions
|
@ -1,13 +1,12 @@
|
|||
# Template file for 'rtags'
|
||||
pkgname=rtags
|
||||
version=2.38
|
||||
revision=7
|
||||
revision=8
|
||||
build_style=cmake
|
||||
# Don't run tests in do_install, please.
|
||||
configure_args="-DSKIP_CTEST=TRUE"
|
||||
hostmakedepends="pkg-config clang"
|
||||
makedepends="llvm17-devel openssl-devel zlib-devel"
|
||||
checkdepends="perl python3-PyHamcrest python3-nose"
|
||||
short_desc="C/C++ indexer with integration for Emacs based on clang"
|
||||
maintainer="Alexander Egorenkov <egorenar-dev@posteo.net>"
|
||||
license="GPL-3.0-or-later"
|
||||
|
@ -15,3 +14,4 @@ homepage="https://github.com/Andersbakken/rtags"
|
|||
distfiles="${homepage}/releases/download/v${version}/${pkgname}-${version}.tar.gz"
|
||||
checksum=e19d9cf5823cccc43266ca57c19ae0bb879cbe138511cb3f0343958860481a5d
|
||||
nocross=yes
|
||||
make_check=no # Tests require removed python3-nose
|
||||
|
|
Loading…
Add table
Reference in a new issue