Fixes wrong dist version
Now python3.7dist(pint) = 0 in Obs, it is wrong, adds python3-toml as BuildRequires to fix python3.7dist version from 0 to 0.16.1.
This commit is contained in:
parent
aefbb64c3b
commit
cdd415e37c
@ -1,7 +1,7 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-pint
|
Name: python-pint
|
||||||
Version: 0.16.1
|
Version: 0.16.1
|
||||||
Release: 3
|
Release: 4
|
||||||
Summary: Physical quantities module
|
Summary: Physical quantities module
|
||||||
License: BSD
|
License: BSD
|
||||||
URL: https://github.com/hgrecco/pint
|
URL: https://github.com/hgrecco/pint
|
||||||
@ -29,6 +29,7 @@ BuildRequires: python3-pbr
|
|||||||
BuildRequires: python3-pip
|
BuildRequires: python3-pip
|
||||||
BuildRequires: python3-setuptools
|
BuildRequires: python3-setuptools
|
||||||
BuildRequires: python3-setuptools_scm
|
BuildRequires: python3-setuptools_scm
|
||||||
|
BuildRequires: python3-toml
|
||||||
Requires: python3-packaging
|
Requires: python3-packaging
|
||||||
Requires: python3-importlib-resources
|
Requires: python3-importlib-resources
|
||||||
Requires: python3-importlib-metadata
|
Requires: python3-importlib-metadata
|
||||||
@ -105,6 +106,9 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Nov 23 2021 huangtianhua <huangtianhua@huawei.com> - 0.16.1-4
|
||||||
|
- Adds python3-toml as BuildRequires to correct dist version
|
||||||
|
|
||||||
* Fri Aug 06 2021 wangxiyuan <wangxiyuan1007@gmail.com> - 0.16.1-3
|
* Fri Aug 06 2021 wangxiyuan <wangxiyuan1007@gmail.com> - 0.16.1-3
|
||||||
- Drop non-exist extra Requires
|
- Drop non-exist extra Requires
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user