summaryrefslogtreecommitdiff
path: root/python-pyLibravatar.spec
diff options
context:
space:
mode:
Diffstat (limited to 'python-pyLibravatar.spec')
-rw-r--r--python-pyLibravatar.spec7
1 files changed, 5 insertions, 2 deletions
diff --git a/python-pyLibravatar.spec b/python-pyLibravatar.spec
index f4dbace..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
@@ -13,7 +13,6 @@ 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
@@ -22,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
@@ -44,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.