summaryrefslogtreecommitdiffstats
path: root/rules/python.in
diff options
context:
space:
mode:
authorMarc Kleine-Budde <mkl@pengutronix.de>2009-01-10 09:42:13 +0000
committerMarc Kleine-Budde <mkl@pengutronix.de>2009-01-10 09:42:13 +0000
commitd58c2942f23ed8c821a9c03b6b27538e0779deaf (patch)
tree3ac726f1902960e45a17452482d0a8df4505fb57 /rules/python.in
parent89afdb40b9c681cfb94517880782e94dc01dc568 (diff)
downloadptxdist-d58c2942f23ed8c821a9c03b6b27538e0779deaf.tar.gz
ptxdist-d58c2942f23ed8c821a9c03b6b27538e0779deaf.tar.xz
* python.in, python.make:
python 2.3 is obsolete git-svn-id: https://svn.pengutronix.de/svn/ptxdist/trunks/ptxdist-trunk@9472 33e552b5-05e3-0310-8538-816dae2090ed
Diffstat (limited to 'rules/python.in')
-rw-r--r--rules/python.in16
1 files changed, 0 insertions, 16 deletions
diff --git a/rules/python.in b/rules/python.in
deleted file mode 100644
index dffdb243a..000000000
--- a/rules/python.in
+++ /dev/null
@@ -1,16 +0,0 @@
-## SECTION=scripting_languages
-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.
-