gns3-gui: loosen restriction on psutil requirement
This commit is contained in:
parent
1ec6ff93a8
commit
e0a5244c69
|
@ -5,5 +5,6 @@ diff --git a/requirements.txt b/requirements.txt
|
||||||
-jsonschema==3.2.0
|
-jsonschema==3.2.0
|
||||||
+jsonschema>=3.2.0
|
+jsonschema>=3.2.0
|
||||||
-sentry-sdk==1.3.1
|
-sentry-sdk==1.3.1
|
||||||
psutil==5.8.0
|
-psutil==5.8.0
|
||||||
|
+psutil>=5.9.0
|
||||||
distro==1.6.0
|
distro==1.6.0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gns3-gui'
|
# Template file for 'gns3-gui'
|
||||||
pkgname=gns3-gui
|
pkgname=gns3-gui
|
||||||
version=2.2.29
|
version=2.2.29
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-psutil python3-jsonschema
|
depends="python3-setuptools python3-psutil python3-jsonschema
|
||||||
|
|
Loading…
Reference in New Issue