aboutsummaryrefslogtreecommitdiffstats
path: root/community/gns3-server
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2018-02-14 17:59:13 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2018-02-14 17:59:21 +0000
commitace17b03e9d3f0494736a14b38ee39a5f22c52dc (patch)
treef6c017fd9b3744c581f49c0b18f8b619f8c67e56 /community/gns3-server
parentefeea20d4d0813a7b3b3c2840d79d9d63cb046d6 (diff)
downloadaports-ace17b03e9d3f0494736a14b38ee39a5f22c52dc.tar.bz2
aports-ace17b03e9d3f0494736a14b38ee39a5f22c52dc.tar.xz
community/gns3-server: fixed requirements
Diffstat (limited to 'community/gns3-server')
-rw-r--r--community/gns3-server/APKBUILD4
-rw-r--r--community/gns3-server/fix-requirements.patch5
2 files changed, 5 insertions, 4 deletions
diff --git a/community/gns3-server/APKBUILD b/community/gns3-server/APKBUILD
index ec84e9c3dc..adb9bb5d75 100644
--- a/community/gns3-server/APKBUILD
+++ b/community/gns3-server/APKBUILD
@@ -2,7 +2,7 @@
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
pkgname=gns3-server
pkgver=2.1.3
-pkgrel=1
+pkgrel=2
pkgdesc="GNS3 network simulator. Server package."
url="https://github.com/GNS3/gns3-server"
arch="all"
@@ -51,4 +51,4 @@ EOF
}
sha512sums="df6a98943f893f3d10c16b2a4242869a1407adad56e6c127e6525fe49acefbac9329bf76bc2b16904997985843fdb2b94d03c58f658034ec44763e6d69f7ddaf gns3-server-2.1.3.tar.gz
-c9e5a957a3b877217d8b6248184c9642a629a506f50857f24341da8c43d2b9527433acafaa78af5311e49ff708c1aed4b0eb5bb6cae9a5b511fbcfb400c3b78d fix-requirements.patch"
+16a43294635366d37dd3d03477e6ff0e136ae4b552a34f2b0add2e1f491dab59f0043bfe06c4a8a2ac180bdc675e83ab185927b6e3308fc27fa33d47758b2af4 fix-requirements.patch"
diff --git a/community/gns3-server/fix-requirements.patch b/community/gns3-server/fix-requirements.patch
index 7f013e2b69..bf73e4ac3e 100644
--- a/community/gns3-server/fix-requirements.patch
+++ b/community/gns3-server/fix-requirements.patch
@@ -1,11 +1,12 @@
diff --git a/requirements.txt b/requirements.txt
-index 184af37..b4af7c9 100644
+index 184af37..0eec220 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -1,10 +1,9 @@
jsonschema>=2.4.0
- aiohttp>=2.2.0,<2.4.0 # pyup: ignore
+-aiohttp>=2.2.0,<2.4.0 # pyup: ignore
-aiohttp-cors>=0.5.3,<0.6.0 # pyup: ignore
++aiohttp>=2.2.0
+aiohttp-cors>=0.5.3,<=0.6.0 # pyup: ignore
yarl>=0.11
Jinja2>=2.7.3