summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorRyan Petrello <rpetrell@redhat.com>2020-05-15 03:29:38 +0200
committerRyan Petrello <rpetrell@redhat.com>2020-05-15 17:47:53 +0200
commit54178a1982edf9c8edee293330e106d3a1f315b9 (patch)
tree4981d939f51745268cc75bb20d81a84e5a13029a /Makefile
parentMerge pull request #7030 from beeankha/fix_misc_flake8 (diff)
downloadawx-54178a1982edf9c8edee293330e106d3a1f315b9.tar.xz
awx-54178a1982edf9c8edee293330e106d3a1f315b9.zip
stop pre-generating awx.egg-info
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 1 insertions, 2 deletions
diff --git a/Makefile b/Makefile
index 3022669be4..4bb854f722 100644
--- a/Makefile
+++ b/Makefile
@@ -353,8 +353,7 @@ swagger: reports
check: flake8 pep8 # pyflakes pylint
awx-link:
- cp -R /tmp/awx.egg-info /awx_devel/ || true
- sed -i "s/placeholder/$(shell cat VERSION)/" /awx_devel/awx.egg-info/PKG-INFO
+ python3 /awx_devel/setup.py egg_info
cp -f /tmp/awx.egg-link /venv/awx/lib/python$(PYTHON_VERSION)/site-packages/awx.egg-link
TEST_DIRS ?= awx/main/tests/unit awx/main/tests/functional awx/conf/tests awx/sso/tests