community/gns3-server: fixed usage with new multidict python package

This commit is contained in:
Francesco Colista 2018-01-16 18:44:02 +00:00
parent 6976ecd5ef
commit 60b61797a5
2 changed files with 3 additions and 3 deletions

View File

@ -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"

View File

@ -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