diff options
author | CoprDistGit <infra@openeuler.org> | 2023-06-26 09:53:59 +0000 |
---|---|---|
committer | CoprDistGit <infra@openeuler.org> | 2023-06-26 09:54:00 +0000 |
commit | 380b01dc9d18eb6a5defa70d3aafe25e65c0bd70 (patch) | |
tree | c7fbd1cfa65768f5e4d65ee1471153fc62da87fa | |
parent | d32b69dbab2367f504b9a9608289113d6d351e94 (diff) |
automatic import of python-pyLibravataropeneuler20.03
-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..f9b7e30 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 @@ -21,6 +21,7 @@ hosting service from within your Python applications. %package -n python3-%{pypi_name} Summary: %{summary} %{?python_provide:%python_provide python3-%{pypi_name}} +Requires: python3-py3dns %description -n python3-%{pypi_name} 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. |