[Bug 216579] [patch] devel/py-boto: Enable concurrent installs

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Sun Jan 29 20:43:37 UTC 2017


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=216579

--- Comment #2 from John W. O'Brien <john at saltant.com> ---
(In reply to Ruslan Makhmatkhanov from comment #1)

Should have said "scripts" because there are lots.

Without concurrent the plist for py27-boto (the default) includes, e.g.,

    /usr/local/bin/asadmin
    /usr/local/bin/bundle_image
    /usr/local/bin/cfadmin
    ...

With concurrent it changes to

    /usr/local/bin/asadmin
    /usr/local/bin/asadmin-2.7
    /usr/local/bin/bundle_image
    /usr/local/bin/bundle_image-2.7
    /usr/local/bin/cfadmin
    /usr/local/bin/cfadmin-2.7
    ...

-- 
You are receiving this mail because:
You are on the CC list for the bug.


More information about the freebsd-python mailing list