aboutsummaryrefslogtreecommitdiffstats
path: root/community/gns3-server
diff options
context:
space:
mode:
authorFrancesco Colista <fcolista@alpinelinux.org>2018-01-16 18:44:02 +0000
committerFrancesco Colista <fcolista@alpinelinux.org>2018-01-16 18:44:08 +0000
commit60b61797a5a982c596976dd77940d1de8ab03911 (patch)
treef364476476256214e1389cea91af4145dcf4ec60 /community/gns3-server
parent6976ecd5efade53ce61008971ad94295cdbf2b06 (diff)
downloadaports-60b61797a5a982c596976dd77940d1de8ab03911.tar.bz2
aports-60b61797a5a982c596976dd77940d1de8ab03911.tar.xz
community/gns3-server: fixed usage with new multidict python package
Diffstat (limited to 'community/gns3-server')
-rw-r--r--community/gns3-server/APKBUILD4
-rw-r--r--community/gns3-server/dropped-requirements.patch2
2 files changed, 3 insertions, 3 deletions
diff --git a/community/gns3-server/APKBUILD b/community/gns3-server/APKBUILD
index 80ada26fb6..99081db80d 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.2
-pkgrel=0
+pkgrel=1
pkgdesc="GNS3 network simulator. Server package."
url="https://github.com/GNS3/gns3-server"
arch="all"
@@ -51,4 +51,4 @@ EOF
}
sha512sums="76da44c8d71f7b571f864c16bc72296a60ef1e6d85e9873f0351e83f699c4dc6c569c5ca2c9a426330b75a24542703e11d82baeea8571c0d5ff3a559804e5a4a gns3-server-2.1.2.tar.gz
-bc75a91ca4f8cd26e7cd46e0e00223e5fab48ff4cf13a4be07a70e645f4793e4b077be9e14adddfe3700c10e9eb5c9f5efbe4155c5a257ecac0ed82e34f7691c dropped-requirements.patch"
+85b2de0de81b922398bf39d50fcbad8776cd240d1fa5cfef34d612dd298d67e4a7294c26aa825bf022256f39616479a14afb1145d03b11ccc6bd8d3d68fbcbc8 dropped-requirements.patch"
diff --git a/community/gns3-server/dropped-requirements.patch b/community/gns3-server/dropped-requirements.patch
index cded05a546..8891df1897 100644
--- a/community/gns3-server/dropped-requirements.patch
+++ b/community/gns3-server/dropped-requirements.patch
@@ -14,5 +14,5 @@ index b81fe02..5e5d043 100644
zipstream>=1.1.4
typing>=3.5.3.0 # Otherwise yarl fails with python 3.4
-multidict<3.2.0 # Otherwise fails when upgraded to v3.2.0
-+multidict<3.4.0 # Otherwise fails when upgraded to v3.2.0
++multidict>3.4.0 # Otherwise fails when upgraded to v3.2.0
prompt-toolkit