mirror of
https://github.com/void-linux/void-packages.git
synced 2025-05-04 15:03:52 +02:00
gns3-server: allow newer versions of jsonschema
This commit is contained in:
parent
b877f834c0
commit
ae2b16db1e
2 changed files with 3 additions and 2 deletions
|
@ -2,7 +2,8 @@ diff --git a/requirements.txt b/requirements.txt
|
||||||
--- a/requirements.txt
|
--- a/requirements.txt
|
||||||
+++ b/requirements.txt
|
+++ b/requirements.txt
|
||||||
@@ -1,9 +1,8 @@
|
@@ -1,9 +1,8 @@
|
||||||
jsonschema==3.2.0
|
-jsonschema==3.2.0
|
||||||
|
+jsonschema>=3.2.0
|
||||||
-aiohttp==3.7.4.post0
|
-aiohttp==3.7.4.post0
|
||||||
+aiohttp>=3.7.4
|
+aiohttp>=3.7.4
|
||||||
aiohttp-cors==0.7.0
|
aiohttp-cors==0.7.0
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'gns3-server'
|
# Template file for 'gns3-server'
|
||||||
pkgname=gns3-server
|
pkgname=gns3-server
|
||||||
version=2.2.26
|
version=2.2.26
|
||||||
revision=1
|
revision=2
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
hostmakedepends="python3-setuptools"
|
hostmakedepends="python3-setuptools"
|
||||||
depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl
|
depends="python3-setuptools python3-jsonschema python3-aiohttp-cors python3-yarl
|
||||||
|
|
Loading…
Add table
Reference in a new issue