mirror of
https://github.com/ansible/awx.git
synced 2026-01-11 01:57:35 -03:30
Add m2r to setup requirements file
We `pip download` this file for offline installs. Automat lists this package as a setup_requires, but `pip download` doesn’t resolve these dependencies (distutils will attempt to install them via easy_install when setup.py is invoked).
This commit is contained in:
parent
e1e225d6a0
commit
ec14ae1930
@ -4,3 +4,4 @@ vcversioner>=2.16.0.0
|
||||
pytest-runner
|
||||
isort
|
||||
virtualenv
|
||||
m2r
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user