summaryrefslogtreecommitdiffstats
path: root/rules/python.in
blob: e879359033902167d8ab31ae2782cf471aa534c5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
config PYTHON23
	bool
	depends on BROKEN
	prompt "python 2.3 [BROKEN]"
	depends on GLIBC_DL || UCLIBC_DL
	select GLIBC_UTIL if GLIBC
	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.