mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-05 12:22:57 +02:00
nyx: needs setuptools for the entry pont (#14321)
This commit is contained in:
parent
43d7aa25bd
commit
eaf1b83f84
1 changed files with 2 additions and 2 deletions
|
@ -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>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue