update python install makefiles to avoid forcing site-packages

This commit is contained in:
Blake Harnden 2019-12-19 17:27:57 -08:00
parent 43d0ee84c2
commit a674f5bf78
2 changed files with 0 additions and 2 deletions

View file

@ -29,7 +29,6 @@ install-exec-hook:
$(PYTHON) $(SETUPPY) $(SETUPPYFLAGS) install \
--root=/$(DESTDIR) \
--prefix=$(prefix) \
--install-lib=$(pythondir) \
--single-version-externally-managed
# Python package uninstall

View file

@ -22,7 +22,6 @@ install-exec-hook:
$(PYTHON) $(SETUPPY) $(SETUPPYFLAGS) install \
--root=/$(DESTDIR) \
--prefix=$(prefix) \
--install-lib=$(pythondir) \
--single-version-externally-managed \
--no-compile