nyx: needs setuptools for the entry pont (#14321)

This commit is contained in:
John Zimmermann 2018-05-21 11:29:03 +02:00 committed by Alessio Sergi
parent 43d7aa25bd
commit eaf1b83f84

View file

@ -1,12 +1,12 @@
# Template file for 'nyx' # Template file for 'nyx'
pkgname=nyx pkgname=nyx
version=2.0.4 version=2.0.4
revision=1 revision=2
noarch=yes noarch=yes
build_style=python3-module build_style=python3-module
hostmakedepends="python3-setuptools" hostmakedepends="python3-setuptools"
makedepends="python3-stem" makedepends="python3-stem"
depends="python3-stem tor" depends="python3-stem tor python3-setuptools"
pycompile_module="nyx" pycompile_module="nyx"
short_desc="Command-line status monitor for tor" short_desc="Command-line status monitor for tor"
maintainer="Jürgen Buchmüller <pullmoll@t-online.de>" maintainer="Jürgen Buchmüller <pullmoll@t-online.de>"