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
|
||||
|
||||
pre_build() {
|
||||
# remove all upper bounds
|
||||
sed -i 's/, *< *[0-9=.]*//' setup.py
|
||||
# relax texttable upper bound
|
||||
sed -i '/texttable/s/, < 0.10//' setup.py
|
||||
}
|
||||
post_install() {
|
||||
vinstall contrib/completion/bash/docker-compose 644 \
|
||||
|
|
Loading…
Reference in a new issue