Drop explicit locale setting
Python3 now sets unicode locale automatically, this workaround should not be necessary anymore.
This commit is contained in:
parent
be080b09d6
commit
b46d2fd9a8
@ -4,7 +4,7 @@
|
||||
|
||||
Name: python-netaddr
|
||||
Version: 0.7.19
|
||||
Release: 11%{?dist}
|
||||
Release: 12%{?dist}
|
||||
Summary: A pure Python network address representation and manipulation library
|
||||
|
||||
License: BSD
|
||||
@ -114,7 +114,7 @@ mv %{buildroot}%{_bindir}/netaddr %{buildroot}%{_bindir}/netaddr3
|
||||
%check
|
||||
py.test-%{python2_version}
|
||||
%if 0%{?with_python3}
|
||||
LANG=en_US.UTF-8 py.test-%{python3_version}
|
||||
py.test-%{python3_version}
|
||||
%endif
|
||||
|
||||
%files -n python2-netaddr
|
||||
@ -134,6 +134,10 @@ LANG=en_US.UTF-8 py.test-%{python3_version}
|
||||
%endif
|
||||
|
||||
%changelog
|
||||
* Sun Nov 18 2018 Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> - 0.7.19-12
|
||||
- Drop explicit locale setting
|
||||
See https://fedoraproject.org/wiki/Changes/Remove_glibc-langpacks-all_from_buildroot
|
||||
|
||||
* Sat Jul 14 2018 Fedora Release Engineering <releng@fedoraproject.org> - 0.7.19-11
|
||||
- Rebuilt for https://fedoraproject.org/wiki/Fedora_29_Mass_Rebuild
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user