python: new deps style, add all deps.
--HG-- extra : convert_revision : 373501c3395b996035416526a7384790c8df7879
This commit is contained in:
parent
f20505165b
commit
aacbc78b8e
|
@ -0,0 +1,2 @@
|
||||||
|
abi_depends=2.6.0
|
||||||
|
api_depends=${abi_depends}
|
|
@ -1,3 +1,4 @@
|
||||||
|
# Template build file for 'python'.
|
||||||
pkgname=python
|
pkgname=python
|
||||||
version=2.6.1
|
version=2.6.1
|
||||||
wrksrc="Python-$version"
|
wrksrc="Python-$version"
|
||||||
|
@ -20,5 +21,12 @@ long_desc="
|
||||||
C++. On most systems such modules may be dynamically loaded. Python is also
|
C++. On most systems such modules may be dynamically loaded. Python is also
|
||||||
adaptable as an extension language for existing applications."
|
adaptable as an extension language for existing applications."
|
||||||
|
|
||||||
build_depends="ncurses-5.6"
|
Add_dependency full glibc
|
||||||
run_depends="glibc-2.8 ncurses-5.6"
|
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
|
||||||
|
|
Loading…
Reference in New Issue