docker-compose: relax texttable upper bound
This commit is contained in:
parent
e946d7cfa2
commit
7f499642d4
1 changed files with 2 additions and 2 deletions
|
@ -18,8 +18,8 @@ distfiles="https://github.com/docker/compose/archive/${version}.tar.gz"
|
||||||
checksum=843a458d366ca1d41ceec08b3387ba55c6953eba3a171d6af90db0b01f494312
|
checksum=843a458d366ca1d41ceec08b3387ba55c6953eba3a171d6af90db0b01f494312
|
||||||
|
|
||||||
pre_build() {
|
pre_build() {
|
||||||
# remove all upper bounds
|
# relax texttable upper bound
|
||||||
sed -i 's/, *< *[0-9=.]*//' setup.py
|
sed -i '/texttable/s/, < 0.10//' 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