mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-06 13:57:14 +02:00
community/geany-plugins: Add dependency package
Geany-plugins FTBFS if python2-dev package is not installed. This is the message that appears during the build process: Could not link test program to Python. Maybe the main Python library has been installed in some non-standard library path. If so, pass it to configure, via the LIBS environment variable. Example: ./configure LIBS="-L/usr/non-standard-path/python/lib" ============================================================================ ERROR! You probably have to install the development version of the Python package for your distribution. The exact name of this package varies among them. ============================================================================
This commit is contained in:
parent
1d49957308
commit
f031f76bda
@ -9,7 +9,7 @@ arch="all"
|
||||
license="GPLv3+"
|
||||
depends=""
|
||||
makedepends="lua-dev geany-dev enchant-dev intltool gtkspell-dev libxml2-dev
|
||||
bash vte-dev vala libsoup-dev gpgme-dev"
|
||||
bash vte-dev vala libsoup-dev gpgme-dev python2-dev"
|
||||
install=""
|
||||
subpackages="$pkgname-doc
|
||||
$pkgname-addons
|
||||
|
Loading…
Reference in New Issue
Block a user