From 3691a6f8a924a04ee8ba0da8cb76af271fa169da Mon Sep 17 00:00:00 2001 From: Orion Poplawski Date: Fri, 15 May 2015 09:16:11 -0600 Subject: [PATCH] Remove pycache files in tests/, should be fixed next release --- python-ptyprocess.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-ptyprocess.spec b/python-ptyprocess.spec index a19ab99..988c909 100644 --- a/python-ptyprocess.spec +++ b/python-ptyprocess.spec @@ -35,6 +35,7 @@ process and its pty. %prep %setup -qn ptyprocess-%{version} +rm -r tests/__pycache__ tests/*.pyc %if 0%{?with_python3} rm -rf %{py3dir} cp -ar . %{py3dir}