From b834dabac91f1d87681a91072a422bc1d47c1fc5 Mon Sep 17 00:00:00 2001 From: Fabio Alessandro Locati Date: Thu, 7 Jan 2016 11:35:39 +0100 Subject: [PATCH] Remove forgotten if --- python-configobj.spec | 2 -- 1 file changed, 2 deletions(-) diff --git a/python-configobj.spec b/python-configobj.spec index 2fac772..0ba03fd 100644 --- a/python-configobj.spec +++ b/python-configobj.spec @@ -66,7 +66,6 @@ It has lots of other features though: * Full Unicode support * A powerful unrepr mode for storing basic datatypes -%if 0%{?with_python3} %package -n python3-configobj Summary: Config file reading, writing, and validation for Python 3 %{?python_provide:%python_provide python3-%{pypi_name}} @@ -90,7 +89,6 @@ It has lots of other features though: * No external dependencies * Full Unicode support * A powerful unrepr mode for storing basic datatypes -%endif %prep %setup -q -n %{pypi_name}-%{version}