mirror of
https://github.com/ansible/awx.git
synced 2026-02-19 04:00:06 -03:30
Update some of the dev requirements stuff
This commit is contained in:
4
Makefile
4
Makefile
@@ -110,7 +110,7 @@ push:
|
||||
# locally downloaded packages).
|
||||
requirements:
|
||||
@if [ "$(VIRTUAL_ENV)" ]; then \
|
||||
(cd requirements && pip install --no-index setuptools-2.2.tar.gz); \
|
||||
(cd requirements && pip install --no-index setuptools-12.0.5.tar.gz); \
|
||||
(cd requirements && pip install --no-index Django-1.6.7.tar.gz); \
|
||||
(cd requirements && pip install --no-index -r dev_local.txt); \
|
||||
$(PYTHON) fix_virtualenv_setuptools.py; \
|
||||
@@ -122,7 +122,7 @@ requirements:
|
||||
# (downloading from PyPI if necessary).
|
||||
requirements_pypi:
|
||||
@if [ "$(VIRTUAL_ENV)" ]; then \
|
||||
pip install setuptools==2.2; \
|
||||
pip install setuptools==12.0.5; \
|
||||
pip install Django\>=1.6.7,\<1.7; \
|
||||
pip install -r requirements/dev.txt; \
|
||||
$(PYTHON) fix_virtualenv_setuptools.py; \
|
||||
|
||||
Reference in New Issue
Block a user