15
0

Accepting request 864223 from home:jayvdb:branches:devel:languages:python

- Fix bare words in spec, no longer supported

OBS-URL: https://build.opensuse.org/request/show/864223
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-kitchen?expand=0&rev=14
This commit is contained in:
2021-01-19 07:34:47 +00:00
committed by Git OBS Bridge
parent 82b0c9f2b3
commit 5e87b3ef66
2 changed files with 6 additions and 1 deletions

View File

@@ -54,7 +54,7 @@ sed -i '1s/^#!.*//' kitchen2/kitchen/pycompat24/base64/_base64.py
%check
export LANG='en_US.UTF8'
%{python_expand # run test
%if $python == python2
%if "$python" == "python2"
pushd kitchen2
%else
pushd kitchen3