Skip to content

Commit bd34e39

Browse files
Add setuptools
1 parent 8d580c6 commit bd34e39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jdk:
1212
before_install:
1313
- docker pull elasticsearch:7.9.3
1414
- docker run -d --name elasticsearch4metastore -p 9200:9200 -p 9300:9300 -e "discovery.type=single-node" elasticsearch:7.9.3
15-
- sudo apt-get install --assume-yes python3 python3-pip
15+
- sudo apt-get install --assume-yes python3 python3-setuptools python3-pip
1616
- pip3 install --upgrade pip
1717
- pip3 install xmltodict wget
1818

0 commit comments

Comments
 (0)