From b6ac4cbf6dbe623d0acf3bf0bef233970e565761 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 10 Jan 2019 23:49:34 +0100 Subject: [PATCH] python-prctl is the right name for the dependency --- requirements.txt | 2 +- setup.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/requirements.txt b/requirements.txt index f5e106bb..4f7e1f1c 100644 --- a/requirements.txt +++ b/requirements.txt @@ -9,7 +9,7 @@ pyyaml # Support for setting thread/process name -prctl +python-prctl # Apache Kafka backend support kafka-python diff --git a/setup.py b/setup.py index 76ea0323..f595224a 100755 --- a/setup.py +++ b/setup.py @@ -63,7 +63,7 @@ setup( 'pyyaml', 'redis', 'requests', - 'prctl', + 'python-prctl', ], extras_require = { 'Support for Apache Kafka backend': ['kafka-python'],