Skip to content

Commit 0d909a3

Browse files
committed
Need to use python2 in Fedora 29
1 parent b89b7ae commit 0d909a3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis/build-rpm.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ if [ "$ID" == "fedora" ]; then
1515
PYTHON="python3"
1616
CMAKEFLAGS="$CMAKEFLAGS -DPYTHON_EXPLICIT_VERSION=3"
1717
else
18-
PYTHON="python"
18+
PYTHON="python2"
1919
fi
2020
elif [ "$ID" == "centos" ]; then
2121
yum install -y -q epel-release
22-
PYTHON="python"
22+
PYTHON="python2"
2323
fi
2424

2525
# Astrorama repository

0 commit comments

Comments
 (0)