Fix editable install of RBTools.

Review Request #14212 — Created Oct. 26, 2024 and submitted — Latest diff uploaded

Information

RBTools
release-5.x

Reviewers

The new makefile for creating an editable install of RBTools had an
errant . on the line to install dev-requirements, which ended up
obliterating the editable install link and instead making it a regular
install.

Removed RBTools from my virtualenv and ran make. Saw that I correctly
had a .pth file instead of having rbtools copy all its files into
site-packages.

Diff Revision 1 (Latest)

Commits

First Last Summary ID Author
Fix editable install of RBTools.
The new makefile for creating an editable install of RBTools had an errant `.` on the line to install dev-requirements, which ended up obliterating the editable install link and instead making it a regular install. Testing Done: Removed RBTools from my virtualenv and ran `make`. Saw that I correctly had a .pth file instead of having rbtools copy all its files into site-packages.
99bd5920dd7e94c9b133376e224d71e3fc4142bb David Trowbridge

Files

Makefile
Loading...