Remove forgotten if

This commit is contained in:
Fabio Alessandro Locati 2016-01-07 11:35:39 +01:00
parent c8bdcbf151
commit b834dabac9

View File

@ -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}