python3Packages.celery-batches: unpin celery
This commit is contained in:
@@ -20,6 +20,11 @@ buildPythonPackage rec {
|
||||
|
||||
build-system = [ setuptools ];
|
||||
|
||||
pythonRelaxDeps = [
|
||||
# https://github.com/clokep/celery-batches/pull/100
|
||||
"celery"
|
||||
];
|
||||
|
||||
dependencies = [ celery ];
|
||||
|
||||
# requires a running celery
|
||||
|
||||
Reference in New Issue
Block a user