From 6447916790c076a10895025a214759d39500e308 Mon Sep 17 00:00:00 2001 From: Thomas Spura Date: Wed, 14 Oct 2015 14:57:35 +0200 Subject: [PATCH] Fix check for python3 --- python-ptyprocess.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/python-ptyprocess.spec b/python-ptyprocess.spec index 2c826ee..f6ddb75 100644 --- a/python-ptyprocess.spec +++ b/python-ptyprocess.spec @@ -60,9 +60,9 @@ LC_ALL=en_US.UTF-8 \ %check %if 0%{?with_python3} -%{_bindir}/py.test-3* +%{_bindir}/py.test-3.* %endif -%{_bindir}/py.test-2* +%{_bindir}/py.test-2.* %files -n python2-ptyprocess # TODO add COPYING with next release