mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-02 19:02:57 +02:00
gns3-server: use python-prompt_toolkit1
This commit is contained in:
parent
13344e66f2
commit
248f187e75
1 changed files with 2 additions and 2 deletions
|
@ -1,12 +1,12 @@
|
||||||
# Template file for 'gns3-server'
|
# Template file for 'gns3-server'
|
||||||
pkgname=gns3-server
|
pkgname=gns3-server
|
||||||
version=2.1.15
|
version=2.1.15
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
pycompile_module="gns3server"
|
pycompile_module="gns3server"
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-jsonschema python3-aiohttp-cors2 python3-yarl
|
depends="python3-setuptools python3-jsonschema python3-aiohttp-cors2 python3-yarl
|
||||||
python3-Jinja2 python3-raven python3-psutil python3-zipstream python3-prompt_toolkit
|
python3-Jinja2 python3-raven python3-psutil python3-zipstream python3-prompt_toolkit1
|
||||||
dynamips"
|
dynamips"
|
||||||
short_desc="Graphical Network Simulator 3 - Server"
|
short_desc="Graphical Network Simulator 3 - Server"
|
||||||
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
maintainer="Michael Aldridge <maldridge@voidlinux.org>"
|
||||||
|
|
Loading…
Add table
Reference in a new issue