]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
install-deps.sh: install python2-{virtualenv,devel} on SUSE if needed 32153/head
authorNathan Cutler <ncutler@suse.com>
Tue, 10 Dec 2019 17:13:49 +0000 (18:13 +0100)
committerNathan Cutler <ncutler@suse.com>
Thu, 12 Dec 2019 12:02:54 +0000 (13:02 +0100)
commita5a44cf42eb310563056da0fcf31279d2ad1c4e3
tree1189c5f5a2df2b5df502d2826cca212d5326f052
parent6bab7c8002ba1d07287046dc39861ffbf7621b73
install-deps.sh: install python2-{virtualenv,devel} on SUSE if needed

Recent versions of openSUSE are fully Python 3 systems, but Python 2 can still
be installed on them. When Python 2 *and* Python 3 are installed, tox will try
to run unit tests ("make check" tests) on both. But the spec-file-based
mechanism used by install-deps.sh for determining "make check" dependencies only
installs python3-virtualenv and python3-devel.

Fixes: https://tracker.ceph.com/issues/23981
Signed-off-by: Nathan Cutler <ncutler@suse.com>
install-deps.sh