forked from pool/python-webencodings
- Fix build without python2
OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-webencodings?expand=0&rev=10
This commit is contained in:
parent
1c8876ee87
commit
b49e40395e
@ -1,3 +1,8 @@
|
||||
-------------------------------------------------------------------
|
||||
Wed Mar 11 15:20:37 UTC 2020 - Tomáš Chvátal <tchvatal@suse.com>
|
||||
|
||||
- Fix build without python2
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Oct 14 14:50:00 UTC 2019 - Matej Cepl <mcepl@suse.com>
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package python-webencodings
|
||||
#
|
||||
# Copyright (c) 2019 SUSE LINUX GmbH, Nuernberg, Germany.
|
||||
# Copyright (c) 2020 SUSE LLC
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
# remain the property of their copyright owners, unless otherwise agreed
|
||||
@ -61,6 +61,6 @@ cp %{SOURCE1} ./
|
||||
%license LICENSE
|
||||
%doc README.rst
|
||||
%{python_sitelib}/webencodings/
|
||||
%{python_sitelib}/webencodings-%{version}-py%{py_ver}.egg-info
|
||||
%{python_sitelib}/webencodings-%{version}-py*.egg-info
|
||||
|
||||
%changelog
|
||||
|
Loading…
Reference in New Issue
Block a user