mirror of
https://github.com/SebastianWendel/nixpkgs.git
synced 2024-11-06 18:26:45 +01:00
10 lines
204 B
Diff
10 lines
204 B
Diff
This plugin is needed to test celery itself, so it can't depend on celery.
|
|
|
|
--- a/setup.py
|
|
+++ b/setup.py
|
|
@@ -6,3 +6,3 @@ from distutils.core import setup
|
|
install_requires = \
|
|
-['celery >= 4.4.0']
|
|
+[]
|
|
|