sclorg / rpm-list-builder

RPM List Builder helps you to build a list of defined RPM packages including Software Collection from the recipe file
GNU General Public License v2.0
4 stars 8 forks source link

Fix for changed tox path #104

Closed junaruga closed 6 years ago

junaruga commented 6 years ago

tox is installed at /usr/local/bin/tox on fedora:latest. Previously it was installed at /usr/bin/tox.

junaruga commented 6 years ago

From today, fedora:latest became f27. https://hub.docker.com/_/fedora/

hroncok commented 6 years ago

That's weird.

$ rpm -q python3-tox
python3-tox-2.7.0-2.fc27.noarch
$ rpm -ql python3-tox
/usr/bin/tox
/usr/bin/tox-quickstart

That's my actual F27 machine, will test with Docker as well.

hroncok commented 6 years ago

Oh, that goes from pip, now I get it. Sorry for the noise.

junaruga commented 6 years ago

Thanks for the reviewing. It was merged.