• Skip to sidebar navigation
  • Skip to content

Bitbucket

  • More
    ProjectsRepositories
  • Help
    • Online help
    • Learn Git
    • Welcome to Bitbucket
    • Keyboard shortcuts
  • Log In
Alexander Dahl
  1. Alexander Dahl

buildroot

Public
Actions
  • Clone
  • Compare

Learn more about cloning repositories

You have read-only access

Navigation
  • Source
  • Commits
  • Branches
  • All Branches Graph
  • Forks
  1. Alexander Dahl
  2. buildroot

Source

buildroot/package/python/Config.in
Maxime RipardMaxime Ripard committed 7bf219a900d17 Nov 2012
Raw file
Source viewDiff to previous
xxxxxxxxxx
 
1
config BR2_PACKAGE_PYTHON
2
    bool "python"
3
    depends on BR2_USE_WCHAR
4
    # uses fork()
5
    depends on BR2_USE_MMU
6
    select BR2_PACKAGE_LIBFFI
7
    help
8
      The python language interpreter.
9
​
10
      http://www.python.org/
11
​
12
comment "python requires a toolchain with WCHAR support"
13
    depends on !BR2_USE_WCHAR
14
​
15
if BR2_PACKAGE_PYTHON
16
​
17
choice
18
    prompt "python module format to install"
19
    default BR2_PACKAGE_PYTHON_PYC_ONLY
20
    help
21
      Select Python module format to install on target (py, pyc or both)
22
​
23
config BR2_PACKAGE_PYTHON_PY_ONLY
24
    bool ".py sources only"
25
​
26
config BR2_PACKAGE_PYTHON_PYC_ONLY
27
    bool ".pyc compiled sources only"
28
​
29
config BR2_PACKAGE_PYTHON_PY_PYC
30
    bool ".py sources and .pyc compiled"
31
​
32
endchoice
33
​
34
menu "core python modules"
35
​
36
comment "The following modules are unusual or require extra libraries"
37
​
38
config BR2_PACKAGE_PYTHON_BZIP2
39
    select BR2_PACKAGE_BZIP2
40
    bool "bzip2 module"
41
    help
42
      bzip2 module for Python
43
​
44
config BR2_PACKAGE_PYTHON_BSDDB
45
    select BR2_PACKAGE_BERKELEYDB
46
    bool "bsddb module"
47
    help
48
      bsddb module for Python.
49
​
50
config BR2_PACKAGE_PYTHON_CODECSCJK
51
    bool "codecscjk module"
52
    help
53
      Chinese/Japanese/Korean codecs module for Python (large).
54
​
55
config BR2_PACKAGE_PYTHON_CURSES
56
    select BR2_PACKAGE_NCURSES
57
    bool "curses module"
58
    help
59
      curses module for Python.
60
​
61
config BR2_PACKAGE_PYTHON_PYEXPAT
62
    select BR2_PACKAGE_EXPAT
63
    bool "pyexpat"
64
    help
65
      pyexpat module for Python.
66
​
67
config BR2_PACKAGE_PYTHON_READLINE
68
    select BR2_PACKAGE_READLINE
69
    bool "readline"
70
    help
71
      readline module for Python (required for command-line
72
      editing in the Python shell).
73
​
74
config BR2_PACKAGE_PYTHON_SSL
75
    select BR2_PACKAGE_OPENSSL
76
    bool "ssl"
77
    help
78
      _ssl module for Python (required for https in urllib etc).
79
​
80
config BR2_PACKAGE_PYTHON_UNICODEDATA
81
    bool "unicodedata module"
82
    default y
83
    help
84
      Unicode character database (used by stringprep module) (large).
85
​
86
config BR2_PACKAGE_PYTHON_SQLITE
87
    bool "sqlite module"
88
    select BR2_PACKAGE_SQLITE
89
    help
90
      SQLite database support
91
​
92
config BR2_PACKAGE_PYTHON_ZLIB
  • Git repository management for enterprise teams powered by Atlassian Bitbucket
  • Atlassian Bitbucket v6.7.2
  • Documentation
  • Request a feature
  • About
  • Contact Atlassian
Atlassian

Everything looks good. We'll let you know here if there's anything you should know about.