diff options
author | CoprDistGit <infra@openeuler.org> | 2023-03-29 03:13:44 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-03-29 03:13:44 +0000 |
commit | a209fbfa4285c7eb91e7b2f44a5e43db576365e6 (patch) | |
tree | f36714a4e029c4e34251e4e42484b63095362617 | |
parent | 595162645d9c85b0bd58134da52854fad45462da (diff) |
automatic import of python-pyLibravatar
-rw-r--r-- | python-pyLibravatar.spec | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/python-pyLibravatar.spec b/python-pyLibravatar.spec index e4978c0..6045cd7 100644 --- a/python-pyLibravatar.spec +++ b/python-pyLibravatar.spec @@ -3,7 +3,7 @@ Name: python-%{pypi_name} Version: %{pypi_version} -Release: 1 +Release: 2 Summary: Python module for Libravatar License: MIT @@ -13,6 +13,7 @@ BuildArch: noarch BuildRequires: python3-devel BuildRequires: python3-setuptools +Requires: python3-py3dns %description PyLibravatar is an easy way to make use of the federated Libravatar_ avatar @@ -43,5 +44,8 @@ hosting service from within your Python applications. %{python3_sitelib}/%{pypi_name}-%{pypi_version}-py%{python3_version}.egg-info %changelog +* Wed Mar 29 2023 lichaoran <pkwarcraft@hotmail.com> - 1.7-2 +- add py3dns as dep + * Thu Jan 27 2022 zhangkea <zhangkea@uniontech.com> - 1.7-1 - Initial package. |