From e2a4dd57533c0bdf11a3f7d307c6503b650e04df Mon Sep 17 00:00:00 2001 From: =?utf8?q?Jan=20R=C4=99korajski?= Date: Sat, 3 Jan 2015 18:36:48 +0000 Subject: [PATCH] - disable pypy --- python-distribute.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-distribute.spec b/python-distribute.spec index 35b49d1..0906939 100644 --- a/python-distribute.spec +++ b/python-distribute.spec @@ -7,7 +7,7 @@ %bcond_without pypy # PyPy module %else %bcond_without python3 # CPython 3.x module -%bcond_without pypy # PyPy module +%bcond_with pypy # PyPy module %endif %define __pypy /usr/bin/pypy -- 2.44.0