gns3-server: use python-prompt_toolkit1

This commit is contained in:
xaltsc 2019-04-09 12:12:35 +02:00 committed by maxice8
parent 13344e66f2
commit 248f187e75

View file

@ -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>"