gns3-server: loosen restriction on psutil requirement
This commit is contained in:
parent
a1bc6ad871
commit
1ec6ff93a8
2 changed files with 3 additions and 2 deletions
|
@ -12,6 +12,7 @@ diff --git a/requirements.txt b/requirements.txt
|
|||
-Jinja2==3.0.1
|
||||
+Jinja2>=3.0.1
|
||||
-sentry-sdk==1.3.1
|
||||
psutil==5.8.0
|
||||
-psutil==5.8.0
|
||||
+psutil>=5.9.0
|
||||
async-timeout==3.0.1
|
||||
distro==1.6.0
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'gns3-server'
|
||||
pkgname=gns3-server
|
||||
version=2.2.29
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=python3-module
|
||||
hostmakedepends="python3-setuptools"
|
||||
depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl
|
||||
|
|
Loading…
Reference in a new issue