mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
community/gns3-server: dropped requirements for newer aiohttp-cors version
This commit is contained in:
parent
e66876a337
commit
6fbb505659
@ -2,7 +2,7 @@
|
|||||||
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
# Maintainer: Francesco Colista <fcolista@alpinelinux.org>
|
||||||
pkgname=gns3-server
|
pkgname=gns3-server
|
||||||
pkgver=2.1.4
|
pkgver=2.1.4
|
||||||
pkgrel=0
|
pkgrel=1
|
||||||
pkgdesc="GNS3 network simulator. Server package."
|
pkgdesc="GNS3 network simulator. Server package."
|
||||||
url="https://github.com/GNS3/gns3-server"
|
url="https://github.com/GNS3/gns3-server"
|
||||||
arch="all"
|
arch="all"
|
||||||
@ -51,4 +51,4 @@ EOF
|
|||||||
}
|
}
|
||||||
|
|
||||||
sha512sums="b0f9ed1519eb1bf5c0d4972f41841dda913ed86bbf9bd1821ff10717ad77e4d378e450794e6b25442672ad03fa520b2e155247621ab5711440475df9a0891cd6 gns3-server-2.1.4.tar.gz
|
sha512sums="b0f9ed1519eb1bf5c0d4972f41841dda913ed86bbf9bd1821ff10717ad77e4d378e450794e6b25442672ad03fa520b2e155247621ab5711440475df9a0891cd6 gns3-server-2.1.4.tar.gz
|
||||||
16a43294635366d37dd3d03477e6ff0e136ae4b552a34f2b0add2e1f491dab59f0043bfe06c4a8a2ac180bdc675e83ab185927b6e3308fc27fa33d47758b2af4 fix-requirements.patch"
|
07fae4f5c61f7021ef2fba550a9c8beb799131bd59b6b3261f6c1608913cce426aecd5ab99af7475cfc44580c37f16209c1ec2709ab17beb7daf7bc6bf6a4d56 fix-requirements.patch"
|
||||||
|
@ -7,7 +7,7 @@ index 184af37..0eec220 100644
|
|||||||
-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-cors>=0.5.3,<0.6.0 # pyup: ignore
|
||||||
+aiohttp>=2.2.0
|
+aiohttp>=2.2.0
|
||||||
+aiohttp-cors>=0.5.3,<=0.6.0 # pyup: ignore
|
+aiohttp-cors>=0.5.3
|
||||||
yarl>=0.11
|
yarl>=0.11
|
||||||
Jinja2>=2.7.3
|
Jinja2>=2.7.3
|
||||||
raven>=5.23.0
|
raven>=5.23.0
|
||||||
|
Loading…
Reference in New Issue
Block a user