python3Packages.celery: add redis as optional dependency
This commit is contained in:
committed by
Valentin Gagarin
parent
a536abefad
commit
05a34eb176
@@ -14,6 +14,7 @@
|
||||
msgpack,
|
||||
nixosTests,
|
||||
pymongo,
|
||||
redis,
|
||||
pytest-celery,
|
||||
pytest-click,
|
||||
pytest-subtests,
|
||||
@@ -59,6 +60,7 @@ buildPythonPackage rec {
|
||||
mongodb = [ pymongo ];
|
||||
msgpack = [ msgpack ];
|
||||
yaml = [ pyyaml ];
|
||||
redis = [ redis ];
|
||||
};
|
||||
|
||||
nativeCheckInputs = [
|
||||
|
||||
Reference in New Issue
Block a user