Skip to content

Commit

Permalink
deps.sh: Remove 'gi' Python dependencies
Browse files Browse the repository at this point in the history
They are not necessary now.
  • Loading branch information
jayvdb committed Dec 16, 2016
1 parent 3df3def commit 91fd1cd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .ci/deps.sh
Original file line number Diff line number Diff line change
Expand Up @@ -49,12 +49,11 @@ if [ "$USE_PPAS" = "true" ]; then
sudo add-apt-repository -y ppa:avsm/ppa
fi

deps_python_gi="glib2.0-dev gobject-introspection libgirepository1.0-dev python3-cairo-dev"
deps_perl="perl libperl-critic-perl"
deps_infer="m4 opam"

sudo apt-get -y update
sudo apt-get -y --no-install-recommends install $deps $deps_python_gi $deps_perl $deps_infer
sudo apt-get -y --no-install-recommends install $deps $deps_perl $deps_infer

# Change environment for flawfinder from python to python2
sudo sed -i '1s/.*/#!\/usr\/bin\/env python2/' /usr/bin/flawfinder
Expand Down

0 comments on commit 91fd1cd

Please sign in to comment.