Adjust the sed call since chardetect.py moved
Signed-off-by: Jeremy Cline <jeremy@jcline.org>
This commit is contained in:
parent
a956d8fe40
commit
5737c81db4
@ -34,7 +34,7 @@ Python 3 version.
|
||||
|
||||
%prep
|
||||
%setup -q -n %{pypi_name}-%{version}
|
||||
sed -ie '1d' %{pypi_name}/chardetect.py
|
||||
sed -ie '1d' %{pypi_name}/cli/chardetect.py
|
||||
|
||||
%if 0%{?with_python3}
|
||||
rm -rf %{py3dir}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user