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.

Commits

Files