python3-watchman: add missing python3 dependency

This commit is contained in:
Michal Vasilek 2022-01-09 15:52:28 +01:00
parent 4bb2183f22
commit 26f40bca3c

View file

@ -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 <hoang@wetrust.io>"
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
}