mirror of
https://github.com/ansible/awx.git
synced 2026-05-07 01:17:37 -02:30
AC-156. Add dependencies for LDAP support.
This commit is contained in:
@@ -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)
|
||||
|
||||
@@ -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)
|
||||
|
||||
BIN
requirements/django-auth-ldap-1.1.4.tar.gz
Normal file
BIN
requirements/django-auth-ldap-1.1.4.tar.gz
Normal file
Binary file not shown.
@@ -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")
|
||||
|
||||
@@ -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")
|
||||
|
||||
Reference in New Issue
Block a user