python: new deps style, add all deps.

--HG--
extra : convert_revision : 373501c3395b996035416526a7384790c8df7879
This commit is contained in:
Juan RP 2009-03-20 08:44:28 +01:00
parent f20505165b
commit aacbc78b8e
2 changed files with 12 additions and 2 deletions

2
templates/python/depends Normal file
View File

@ -0,0 +1,2 @@
abi_depends=2.6.0
api_depends=${abi_depends}

View File

@ -1,3 +1,4 @@
# Template build file for 'python'.
pkgname=python
version=2.6.1
wrksrc="Python-$version"
@ -20,5 +21,12 @@ long_desc="
C++. On most systems such modules may be dynamically loaded. Python is also
adaptable as an extension language for existing applications."
build_depends="ncurses-5.6"
run_depends="glibc-2.8 ncurses-5.6"
Add_dependency full glibc
Add_dependency full zlib
Add_dependency full readline
Add_dependency full bzip2
Add_dependency full gdbm
Add_dependency full openssl
Add_dependency full expat
Add_dependency build ncurses
Add_dependency run ncurses-libs