summaryrefslogtreecommitdiffstats
path: root/rules/python.in
blob: 1a7ccda3bc30fb73af89e1116a5484535058c8ca (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config PYTHON23
	tristate
	depends on BROKEN
	prompt "python 2.3 [BROKEN]"
	select LIBC_DL
	select LIBC_UTIL
	select GCCLIBS_CXX
	help
	  Python is a dynamic object-oriented programming
	  language that can be used for many kinds of
	  software development. It offers strong support
	  for integration with other languages and tools,
	  comes with extensive standard libraries, and
	  can be learned in a few days.