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
|
* Full Unicode support
|
||||||
* A powerful unrepr mode for storing basic datatypes
|
* A powerful unrepr mode for storing basic datatypes
|
||||||
|
|
||||||
%if 0%{?with_python3}
|
|
||||||
%package -n python3-configobj
|
%package -n python3-configobj
|
||||||
Summary: Config file reading, writing, and validation for Python 3
|
Summary: Config file reading, writing, and validation for Python 3
|
||||||
%{?python_provide:%python_provide python3-%{pypi_name}}
|
%{?python_provide:%python_provide python3-%{pypi_name}}
|
||||||
@ -90,7 +89,6 @@ It has lots of other features though:
|
|||||||
* No external dependencies
|
* No external dependencies
|
||||||
* Full Unicode support
|
* Full Unicode support
|
||||||
* A powerful unrepr mode for storing basic datatypes
|
* A powerful unrepr mode for storing basic datatypes
|
||||||
%endif
|
|
||||||
|
|
||||||
%prep
|
%prep
|
||||||
%setup -q -n %{pypi_name}-%{version}
|
%setup -q -n %{pypi_name}-%{version}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user