AC-156. Add dependencies for LDAP support.

This commit is contained in:
Chris Church
2013-09-06 17:11:38 -04:00
parent 8cdbaa83b2
commit 1763d373eb
12 changed files with 2856 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
Django>=1.4
# The following packages are now bundled with AWX (awx/lib/site-packages):
#django-auth-ldap
#django-celery
#django-extensions
#django-jsonfield
@@ -27,6 +28,7 @@ ipython
# package manager, or pip if you're running inside a virtualenv.
# - ansible (via yum, pip or source checkout)
# - psycopg2 (via "yum install python-psycopg2")
# - python-ldap (via "yum install python-ldap")
# - coverage (if you want to check test coverage, via "pip install coverage";
# the default python-coverage package is old.)
# - readline (for using the ipython interactive shell)

View File

@@ -19,6 +19,7 @@ Django-1.5.2.tar.gz
#celery-3.0.22.tar.gz
#pytz-2013b.tar.gz
# Remaining dev/prod packages:
#django-auth-ldap-1.1.4.tar.gz
#django-celery-3.0.21.tar.gz
#django-extensions-1.2.0.tar.gz
#django-jsonfield-0.9.10.tar.gz
@@ -38,6 +39,7 @@ ipython-1.0.0.tar.gz
# package manager, or pip if you're running inside a virtualenv.
# - ansible (via yum, pip or source checkout)
# - psycopg2 (via "yum install python-psycopg2")
# - python-ldap (via "yum install python-ldap")
# - coverage-3.6.tar.gz (if you want to check test coverage; the default
# python-coverage package is old.)
# - readline-6.2.4.1.tar.gz (for using the ipython interactive shell)

Binary file not shown.

View File

@@ -4,6 +4,7 @@
Django>=1.4
# The following packages are now bundled with AWX (awx/lib/site-packages):
#django-auth-ldap
#django-celery
#django-extensions
#django-jsonfield
@@ -19,3 +20,4 @@ Django>=1.4
# package manager, or pip if you're running inside a virtualenv.
# - ansible (via yum, pip or source checkout)
# - psycopg2 (via "yum install python-psycopg2")
# - python-ldap (via "yum install python-ldap")

View File

@@ -17,6 +17,7 @@ Django-1.5.2.tar.gz
#celery-3.0.22.tar.gz
#pytz-2013b.tar.gz
# Remaining dev/prod packages:
#django-auth-ldap-1.1.4.tar.gz
#django-celery-3.0.21.tar.gz
#django-extensions-1.2.0.tar.gz
#django-jsonfield-0.9.10.tar.gz
@@ -31,3 +32,4 @@ Django-1.5.2.tar.gz
# package manager, or pip if you're running inside a virtualenv.
# - ansible (via yum, pip or source checkout)
# - psycopg2 (via "yum install python-psycopg2")
# - python-ldap (via "yum install python-ldap")