[geany/geany-plugins] 41d35d: travis: Fix GeanyPy dependencies

Colomban Wendling git-noreply at xxxxx
Wed Mar 9 19:05:05 UTC 2016


Branch:      refs/heads/master
Author:      Colomban Wendling <ban at herbesfolles.org>
Committer:   Colomban Wendling <ban at herbesfolles.org>
Date:        Wed, 09 Mar 2016 19:05:05 UTC
Commit:      41d35def35de6858ac25acfb6804073e64dea34d
             https://github.com/geany/geany-plugins/commit/41d35def35de6858ac25acfb6804073e64dea34d

Log Message:
-----------
travis: Fix GeanyPy dependencies

The Ubuntu 12.04 Python development package is named python-dev, not
libpython-dev, and we also need python-gtk2-dev.


Modified Paths:
--------------
    .travis.yml

Modified: .travis.yml
4 lines changed, 2 insertions(+), 2 deletions(-)
===================================================================
@@ -40,8 +40,8 @@ addons:
     # geanypg
     - libgpgme11-dev
     # geanypy
-    # FIXME: Ubuntu 12.04 doesn't seem to have it
-    #- libpython-dev
+    - python-dev
+    - python-gtk2-dev
     # geanyvc
     - libgtkspell-dev
     - libgtkspell-3-dev



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Plugins-Commits mailing list