From 26f40bca3c105817a68f72dde39ea0fe7e47fc44 Mon Sep 17 00:00:00 2001 From: Michal Vasilek Date: Sun, 9 Jan 2022 15:52:28 +0100 Subject: [PATCH] python3-watchman: add missing python3 dependency --- srcpkgs/python3-watchman/template | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/srcpkgs/python3-watchman/template b/srcpkgs/python3-watchman/template index e525ebef073..57aadac9ca0 100644 --- a/srcpkgs/python3-watchman/template +++ b/srcpkgs/python3-watchman/template @@ -1,13 +1,13 @@ # Template file for 'python3-watchman' pkgname=python3-watchman version=1.4.1 -revision=7 +revision=8 create_wrksrc=yes build_wrksrc="pywatchman-${version}" build_style=python3-module hostmakedepends="python3-devel python3-setuptools" makedepends="python3-devel" -depends="watchman" +depends="python3 watchman" short_desc="Connect and query Watchman to discover file changes (Python3)" maintainer="Hoang Nguyen " license="BSD-3-Clause" @@ -17,10 +17,8 @@ distfiles="${PYPI_SITE}/p/pywatchman/pywatchman-${version}.tar.gz checksum="d0047eb275deafb0011eda0a1a815fbd9742478c3d2b5ad6956d300e447dc2f9 d96f8d0b74d194c021f153c562307697128da61143515c947580b2489a341980" conflicts="python-watchman>=0" +make_check=no -do_check() { - : -} post_install() { vlicense ../LICENSE.txt }