• 
      

    Fix editable install of RBTools.

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

    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.

    Summary ID
    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
    chipx86
    1. Ship It!
    2. 
        
    maubin
    1. Ship It!
    2. 
        
    david
    Review request changed
    Status:
    Completed
    Change Summary:
    Pushed to release-5.x (a66b3c1)