gns3-server: update to 2.2.20.
This commit is contained in:
parent
8761d416cf
commit
e918dbace5
@ -1,6 +1,6 @@
|
||||
# Template file for 'gns3-server'
|
||||
pkgname=gns3-server
|
||||
version=2.2.19
|
||||
version=2.2.20
|
||||
revision=1
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
@ -13,17 +13,15 @@ maintainer="Tim Sandquist <tim.sandquist@gmail.com>"
|
||||
license="GPL-3.0-or-later"
|
||||
homepage="https://gns3.com"
|
||||
distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz"
|
||||
checksum=@d40618d1a623acd27733e9f172a57827eb46d7a25d18d49d7f6a3b77f98296e0
|
||||
checksum=@a7e068fd48b985acdfef111258c066c75e6d48a07bdb5b19af785ae3be607bf0
|
||||
make_check=no
|
||||
|
||||
post_patch() {
|
||||
# relax requirements
|
||||
vsed -e 's|aiofiles.*|aiofiles>=0.4.0|' \
|
||||
-e 's|aiohttp-cors.*|aiohttp-cors>=0.7.0|' \
|
||||
-e 's|aiohttp=.*|aiohttp>=3.6.2|' \
|
||||
-e 's|aiohttp=.*|aiohttp>=3.7.4|' \
|
||||
-e 's|jsonschema.*|jsonschema>=2.6.0|' \
|
||||
-e 's|psutil.*|psutil>=5.6.7|' \
|
||||
-e 's|py-cpuinfo.*|py-cpuinfo>=5.0.0|' -i requirements.txt
|
||||
-e 's|py-cpuinfo.*|py-cpuinfo>=5.8.0|' -i requirements.txt
|
||||
}
|
||||
post_install() {
|
||||
# remove tests directory polluting site-packages
|
||||
|
Loading…
x
Reference in New Issue
Block a user