Browse Source

Removes celery-bundle bundle

Ask Solem 12 years ago
parent
commit
16ba5ec048
3 changed files with 0 additions and 16 deletions
  1. 0 5
      README.rst
  2. 0 6
      celery/contrib/bundles.py
  3. 0 5
      docs/includes/introduction.txt

+ 0 - 5
README.rst

@@ -268,9 +268,6 @@ The following bundles are available:
 :`django-celery-with-mongodb`_:
     for Django, and using MongoDB as a broker.
 
-:`bundle-celery`_:
-    convenience bundle installing *Celery* and related packages.
-
 .. _`celery-with-redis`:
     http://pypi.python.org/pypi/celery-with-redis/
 .. _`celery-with-mongodb`:
@@ -279,8 +276,6 @@ The following bundles are available:
     http://pypi.python.org/pypi/django-celery-with-redis/
 .. _`django-celery-with-mongodb`:
     http://pypi.python.org/pypi/django-celery-with-mongdb/
-.. _`bundle-celery`:
-    http://pypi.python.org/pypi/bundle-celery/
 
 .. _celery-installing-from-source:
 

+ 0 - 6
celery/contrib/bundles.py

@@ -38,10 +38,4 @@ bundles = [
     django_celery.Bundle("django-celery-with-beanstalk",
         "Bundle installing the dependencies for Django-Celery and Beanstalk",
         requires=["beanstalkc"]),
-
-    celery.Bundle("bundle-celery",
-        "Bundle that installs Celery related modules",
-        requires=[django_celery, flask_celery,
-                  "django", "setproctitle", "celerymon",
-                  "cyme", "kombu-sqlalchemy", "django-kombu"]),
 ]

+ 0 - 5
docs/includes/introduction.txt

@@ -263,9 +263,6 @@ The following bundles are available:
 :`django-celery-with-mongodb`_:
     for Django, and using MongoDB as a broker.
 
-:`bundle-celery`_:
-    convenience bundle installing *Celery* and related packages.
-
 .. _`celery-with-redis`:
     http://pypi.python.org/pypi/celery-with-redis/
 .. _`celery-with-mongodb`:
@@ -274,8 +271,6 @@ The following bundles are available:
     http://pypi.python.org/pypi/django-celery-with-redis/
 .. _`django-celery-with-mongodb`:
     http://pypi.python.org/pypi/django-celery-with-mongdb/
-.. _`bundle-celery`:
-    http://pypi.python.org/pypi/bundle-celery/
 
 .. _celery-installing-from-source: