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 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

View File

@ -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'],