Fix typo in comment ("upstreqm") (#6926)

Spell "upstream" correctly.
This commit is contained in:
kaduk
2019-04-07 22:20:03 +02:00
committed by Adrien Ferrand
parent 944d0e05c8
commit 9c312a3882
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -534,7 +534,7 @@ BootstrapSuseCommon() {
# Since Leap 15.0 (and associated Tumbleweed version), python-virtualenv # Since Leap 15.0 (and associated Tumbleweed version), python-virtualenv
# is a source package, and python2-virtualenv must be used instead. # is a source package, and python2-virtualenv must be used instead.
# Also currently python2-setuptools is not a dependency of python2-virtualenv, # Also currently python2-setuptools is not a dependency of python2-virtualenv,
# while it should be. Installing it explicitly until upstreqm fix. # while it should be. Installing it explicitly until upstream fix.
OPENSUSE_VIRTUALENV_PACKAGES="python2-virtualenv python2-setuptools" OPENSUSE_VIRTUALENV_PACKAGES="python2-virtualenv python2-setuptools"
fi fi
@@ -20,7 +20,7 @@ BootstrapSuseCommon() {
# Since Leap 15.0 (and associated Tumbleweed version), python-virtualenv # Since Leap 15.0 (and associated Tumbleweed version), python-virtualenv
# is a source package, and python2-virtualenv must be used instead. # is a source package, and python2-virtualenv must be used instead.
# Also currently python2-setuptools is not a dependency of python2-virtualenv, # Also currently python2-setuptools is not a dependency of python2-virtualenv,
# while it should be. Installing it explicitly until upstreqm fix. # while it should be. Installing it explicitly until upstream fix.
OPENSUSE_VIRTUALENV_PACKAGES="python2-virtualenv python2-setuptools" OPENSUSE_VIRTUALENV_PACKAGES="python2-virtualenv python2-setuptools"
fi fi