e5744715b6
* The package doesn't support python2 anymore. * hash file: indent with two spaces and bring also sha256 from pypi. * License was updated with a year bump. Signed-off-by: Asaf Kahlon <asafka7@gmail.com> Signed-off-by: Yann E. MORIN <yann.morin.1998@free.fr>
8 lines
202 B
Plaintext
8 lines
202 B
Plaintext
config BR2_PACKAGE_PYTHON_SETPROCTITLE
|
|
bool "python-setproctitle"
|
|
depends on BR2_PACKAGE_PYTHON3
|
|
help
|
|
A Python module to customize the process title.
|
|
|
|
https://pypi.python.org/pypi/setproctitle
|