aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2020-05-08 07:09:44 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2020-05-08 07:09:44 +0000
commit13ab106dd7362f5beba02a763ca6516b4d0be7e5 (patch)
tree3dde3000e8b94590c302d48d1c879a2b663fc5a8
parent283de533ce31bea7144384f175a4f211e770ac1d (diff)
community/gns3-server: updated requirements patch
-rw-r--r--community/gns3-server/APKBUILD2
-rw-r--r--community/gns3-server/requirements.patch9
2 files changed, 5 insertions, 6 deletions
diff --git a/community/gns3-server/APKBUILD b/community/gns3-server/APKBUILD
index fb10b6d35b3..1d5f9da5f8f 100644
--- a/community/gns3-server/APKBUILD
+++ b/community/gns3-server/APKBUILD
@@ -50,4 +50,4 @@ EOF
}
sha512sums="3394d368c986ce8378739bdbc15359c46bdf787a38e18bae9035653dd6dc6683973bf1b7952137189f57fd83074f3d5ea6040f5d7a1d0503f6cf21d2835cd693 gns3-server-2.2.8.tar.gz
-cdc09d596f0773ec7b842859f836c4363f50fac5cf954f435b1f50957da9355b47c9dece347c599797d1a32aa31a272810c8e6b906c9e07c470090769f510146 requirements.patch"
+a5bf609c2d3dd63d4d3c3ad7b57248d044b7764f277eaf3218b38002defea20dd6e66d48b11d249149edafe076ef5b3e1981e8fc6e8e9f819e414caa83584bce requirements.patch"
diff --git a/community/gns3-server/requirements.patch b/community/gns3-server/requirements.patch
index 78b8b3456bd..1afdbf53fcf 100644
--- a/community/gns3-server/requirements.patch
+++ b/community/gns3-server/requirements.patch
@@ -1,10 +1,9 @@
diff --git a/requirements.txt b/requirements.txt
-index 81ff0d1..9c876c9 100644
+index 57fbb79..db28f00 100644
--- a/requirements.txt
+++ b/requirements.txt
-@@ -1,4 +1,4 @@
+@@ -1,4 +1,3 @@
-yarl==1.3.0 # yarl 1.4+ requires Python 3.6+ (needed by aiohttp and aiohttp-cors)
-+yarl>=1.3.0 # yarl 1.4+ requires Python 3.6+ (needed by aiohttp and aiohttp-cors)
- jsonschema==2.6.0 # pyup: ignore
+ jsonschema==3.2.0; python_version >= '3.8' # pyup: ignore
+ jsonschema==2.6.0; python_version < '3.8' # pyup: ignore
aiohttp==3.6.2
- aiohttp-cors==0.7.0