docker-compose: relax requests dependency upper bound
This commit is contained in:
parent
3398418b63
commit
e50b50d056
1 changed files with 3 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'docker-compose'
|
# Template file for 'docker-compose'
|
||||||
pkgname=docker-compose
|
pkgname=docker-compose
|
||||||
version=1.23.2
|
version=1.23.2
|
||||||
revision=1
|
revision=2
|
||||||
noarch=yes
|
noarch=yes
|
||||||
wrksrc="compose-${version}"
|
wrksrc="compose-${version}"
|
||||||
build_style=python3-module
|
build_style=python3-module
|
||||||
|
@ -18,8 +18,8 @@ distfiles="https://github.com/docker/compose/archive/${version}.tar.gz"
|
||||||
checksum=18ff12f80e21011e76e04d2579745224316e232a5ca94c79a2865dac5c66eef6
|
checksum=18ff12f80e21011e76e04d2579745224316e232a5ca94c79a2865dac5c66eef6
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# relax texttable upper bound
|
# relax texttable and requests upper bound
|
||||||
sed -i '/texttable/s/, < 0.10//' setup.py
|
sed -i '/texttable/s/, < 0.10//;/requests/s/, < 2\.21//' setup.py
|
||||||
}
|
}
|
||||||
post_install() {
|
post_install() {
|
||||||
vinstall contrib/completion/bash/docker-compose 644 \
|
vinstall contrib/completion/bash/docker-compose 644 \
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue