python-prctl is the right name for the dependency

This commit is contained in:
Fabio Manganiello 2019-01-10 23:49:34 +01:00
parent fbf3600e91
commit b6ac4cbf6d
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@
pyyaml
# Support for setting thread/process name
prctl
python-prctl
# Apache Kafka backend support
kafka-python

View File

@ -63,7 +63,7 @@ setup(
'pyyaml',
'redis',
'requests',
'prctl',
'python-prctl',
],
extras_require = {
'Support for Apache Kafka backend': ['kafka-python'],