forked from platypush/platypush
python-prctl is the right name for the dependency
This commit is contained in:
parent
fbf3600e91
commit
b6ac4cbf6d
2 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@
|
|||
pyyaml
|
||||
|
||||
# Support for setting thread/process name
|
||||
prctl
|
||||
python-prctl
|
||||
|
||||
# Apache Kafka backend support
|
||||
kafka-python
|
||||
|
|
2
setup.py
2
setup.py
|
@ -63,7 +63,7 @@ setup(
|
|||
'pyyaml',
|
||||
'redis',
|
||||
'requests',
|
||||
'prctl',
|
||||
'python-prctl',
|
||||
],
|
||||
extras_require = {
|
||||
'Support for Apache Kafka backend': ['kafka-python'],
|
||||
|
|
Loading…
Reference in a new issue