summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCoprDistGit <infra@openeuler.org>2023-06-26 09:53:59 +0000
committerCoprDistGit <infra@openeuler.org>2023-06-26 09:53:59 +0000
commit5962c837b2daddd931129b9878e32114d5713d17 (patch)
treec7fbd1cfa65768f5e4d65ee1471153fc62da87fa
parent5a2a21725204ad25232216eb9af3f1057403e5a3 (diff)
automatic import of python-pyLibravataropeneuler23.03
-rw-r--r--python-pyLibravatar.spec6
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.