From 28a1116a09fac2d7c029240eec99a22904dd49f8 Mon Sep 17 00:00:00 2001 From: Adam Spiers Date: Wed, 13 Feb 2019 20:06:09 +0000 Subject: [PATCH] Drop specific versions of openSUSE-based distributions In the contributor documentation, don't reference specific distribution versions since they'll inevitably get out of date, and these instructions are valid for all releases in the last 5 years at least, and are not likely to change any time soon. Change-Id: I7e7391a8850cf8a9dda763d9b85242fbbbb42af7 --- doc/source/contributor/development-environment.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/contributor/development-environment.rst b/doc/source/contributor/development-environment.rst index 6bfe9790fa..00b200b431 100644 --- a/doc/source/contributor/development-environment.rst +++ b/doc/source/contributor/development-environment.rst @@ -105,7 +105,7 @@ On Fedora-based distributions (e.g., Fedora/RHEL/CentOS/Scientific Linux):: tox -e bindep sudo yum install -On openSUSE-based distributions (SLES 12, openSUSE Leap 42.1 or Tumbleweed):: +On openSUSE-based distributions (SLES, openSUSE Leap / Tumbleweed):: sudo zypper in python-pip sudo pip install tox