From c88eff2daf51dad1bf9d155790fcf205ff7df9cdc6eac0663fb3c5ed424fb211 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Tue, 15 May 2018 10:56:38 +0000 Subject: [PATCH] - require python-pycryptodome instead of recommending it OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-dnspython?expand=0&rev=43 --- python-dnspython.changes | 5 +++++ python-dnspython.spec | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/python-dnspython.changes b/python-dnspython.changes index 547d085..e6c175c 100644 --- a/python-dnspython.changes +++ b/python-dnspython.changes @@ -1,3 +1,8 @@ +------------------------------------------------------------------- +Tue May 15 10:55:07 UTC 2018 - sebix+novell.com@sebix.at + +- require python-pycryptodome instead of recommending it + ------------------------------------------------------------------- Wed May 9 13:42:40 UTC 2018 - tchvatal@suse.com diff --git a/python-dnspython.spec b/python-dnspython.spec index bd906fa..a52d4b7 100644 --- a/python-dnspython.spec +++ b/python-dnspython.spec @@ -23,7 +23,7 @@ Release: 0 Summary: A DNS toolkit for Python License: ISC Group: Development/Languages/Python -URL: http://dnspython.org/ +Url: http://dnspython.org/ Source: http://dnspython.org/kits/%{version}/dnspython-%{version}.tar.gz Source2: http://dnspython.org/kits/%{version}/dnspython-%{version}.tar.gz.asc Source3: python-dnspython.keyring @@ -43,7 +43,7 @@ BuildRequires: netcfg BuildRequires: python-rpm-macros Recommends: python-ecdsa Recommends: python-idna -Recommends: python-pycryptodome +Requires: python-pycryptodome BuildArch: noarch %description