Remove forgotten if
This commit is contained in:
parent
c8bdcbf151
commit
b834dabac9
@ -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}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user