From ba6b9029f40dc6c5dff13d33884ed41bb0e52984 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Elan=20Ruusam=C3=A4e?= Date: Mon, 27 Jun 2016 16:38:54 +0300 Subject: [PATCH] disable python3 package because it is in stdlib in 3.5 --- python-scandir.spec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/python-scandir.spec b/python-scandir.spec index af57b02..4044735 100644 --- a/python-scandir.spec +++ b/python-scandir.spec @@ -3,7 +3,7 @@ %bcond_without doc # don't build doc %bcond_without tests # do not perform "make test" %bcond_without python2 # CPython 2.x module -%bcond_without python3 # CPython 3.x module +%bcond_with python3 # CPython 3.x module, build for Python3<3.5 %define module scandir %define egg_name scandir -- 2.44.0