gns3-server: fix checksum
This commit is contained in:
parent
842e9cb22f
commit
c20b010562
1 changed files with 1 additions and 3 deletions
|
@ -13,14 +13,12 @@ maintainer="Michael Aldridge <maldridge@VoidLinux.eu>"
|
|||
license="GPL-3"
|
||||
homepage="https://gns3.com"
|
||||
distfiles="https://github.com/GNS3/gns3-server/archive/v${version}.tar.gz"
|
||||
checksum=d49d09daf954dc21a27326edfefebc4eb5b28ce52ec0689a21e939eb3dacdce3
|
||||
checksum=0453c6ef785c14f30f7b4d47bb13d7c19b563f705ddeb4544f5b2307f1863e27
|
||||
|
||||
pre_build() {
|
||||
# relax requirements
|
||||
sed -i '/typing/d' requirements.txt
|
||||
sed -i 's|aiohttp-cors.*|aiohttp-cors>=0.5.3|' requirements.txt
|
||||
sed -i 's|yarl.*|yarl>=0.11|' requirements.txt
|
||||
sed -i 's|multidict.*|multidict|' requirements.txt
|
||||
}
|
||||
post_install() {
|
||||
# remove tests directory polluting site-packages
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue