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
|
pyyaml
|
||||||
|
|
||||||
# Support for setting thread/process name
|
# Support for setting thread/process name
|
||||||
prctl
|
python-prctl
|
||||||
|
|
||||||
# Apache Kafka backend support
|
# Apache Kafka backend support
|
||||||
kafka-python
|
kafka-python
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -63,7 +63,7 @@ setup(
|
||||||
'pyyaml',
|
'pyyaml',
|
||||||
'redis',
|
'redis',
|
||||||
'requests',
|
'requests',
|
||||||
'prctl',
|
'python-prctl',
|
||||||
],
|
],
|
||||||
extras_require = {
|
extras_require = {
|
||||||
'Support for Apache Kafka backend': ['kafka-python'],
|
'Support for Apache Kafka backend': ['kafka-python'],
|
||||||
|
|
Loading…
Reference in a new issue