python3-watchman: add missing python3 dependency
This commit is contained in:
parent
4bb2183f22
commit
26f40bca3c
|
@ -1,13 +1,13 @@
|
||||||
# Template file for 'python3-watchman'
|
# Template file for 'python3-watchman'
|
||||||
pkgname=python3-watchman
|
pkgname=python3-watchman
|
||||||
version=1.4.1
|
version=1.4.1
|
||||||
revision=7
|
revision=8
|
||||||
create_wrksrc=yes
|
create_wrksrc=yes
|
||||||
build_wrksrc="pywatchman-${version}"
|
build_wrksrc="pywatchman-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-devel python3-setuptools"
|
hostmakedepends="python3-devel python3-setuptools"
|
||||||
makedepends="python3-devel"
|
makedepends="python3-devel"
|
||||||
depends="watchman"
|
depends="python3 watchman"
|
||||||
short_desc="Connect and query Watchman to discover file changes (Python3)"
|
short_desc="Connect and query Watchman to discover file changes (Python3)"
|
||||||
maintainer="Hoang Nguyen <hoang@wetrust.io>"
|
maintainer="Hoang Nguyen <hoang@wetrust.io>"
|
||||||
license="BSD-3-Clause"
|
license="BSD-3-Clause"
|
||||||
|
@ -17,10 +17,8 @@ distfiles="${PYPI_SITE}/p/pywatchman/pywatchman-${version}.tar.gz
|
||||||
checksum="d0047eb275deafb0011eda0a1a815fbd9742478c3d2b5ad6956d300e447dc2f9
|
checksum="d0047eb275deafb0011eda0a1a815fbd9742478c3d2b5ad6956d300e447dc2f9
|
||||||
d96f8d0b74d194c021f153c562307697128da61143515c947580b2489a341980"
|
d96f8d0b74d194c021f153c562307697128da61143515c947580b2489a341980"
|
||||||
conflicts="python-watchman>=0"
|
conflicts="python-watchman>=0"
|
||||||
|
make_check=no
|
||||||
|
|
||||||
do_check() {
|
|
||||||
:
|
|
||||||
}
|
|
||||||
post_install() {
|
post_install() {
|
||||||
vlicense ../LICENSE.txt
|
vlicense ../LICENSE.txt
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue