14
0
forked from pool/python-ana

- Make package compatible with python3.6

OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-ana?expand=0&rev=14
This commit is contained in:
2023-01-25 11:31:18 +00:00
committed by Git OBS Bridge
parent a741689093
commit 097da0d195
2 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,8 @@
-------------------------------------------------------------------
Wed Jan 25 11:30:57 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>
- Make package compatible with python3.6
-------------------------------------------------------------------
Wed Jan 25 10:50:32 UTC 2023 - Daniel Garcia <daniel.garcia@suse.com>

View File

@@ -64,6 +64,10 @@ A Python module that provides an undocumented data layer for Python objects.
%license LICENSE
%doc README.md
%{python_sitelib}/ana
%if %python_version_nodots < 38
%{python_sitelib}/ana-%{version}*-info
%else
%{python_sitelib}/ana-%{internal_version}*-info
%endif
%changelog