gyp-svn: depends on python
This commit is contained in:
parent
b2e48f7613
commit
abd01223cb
1 changed files with 2 additions and 1 deletions
|
@ -2,11 +2,12 @@
|
||||||
pkgname=gyp-svn
|
pkgname=gyp-svn
|
||||||
_svnrev=1938
|
_svnrev=1938
|
||||||
version=r$_svnrev
|
version=r$_svnrev
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
build_style="python-module"
|
build_style="python-module"
|
||||||
python_versions="2.7"
|
python_versions="2.7"
|
||||||
hostmakedepends="python subversion python-setuptools"
|
hostmakedepends="python subversion python-setuptools"
|
||||||
|
depends="python"
|
||||||
short_desc="can generate your projects"
|
short_desc="can generate your projects"
|
||||||
maintainer="Enno Boland <eb@s01.de>"
|
maintainer="Enno Boland <eb@s01.de>"
|
||||||
homepage="https://code.google.com/p/gyp/"
|
homepage="https://code.google.com/p/gyp/"
|
||||||
|
|
Loading…
Reference in a new issue