From c7a432d3ddacff8993f6ecb350c0812f7c782d61 Mon Sep 17 00:00:00 2001 From: sean-lau Date: Thu, 10 Jun 2021 09:22:22 +0800 Subject: [PATCH] Drop the obsolete python2-crypto dependency --- python-pyghmi.spec | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/python-pyghmi.spec b/python-pyghmi.spec index 82dab5e..2535c29 100644 --- a/python-pyghmi.spec +++ b/python-pyghmi.spec @@ -1,7 +1,8 @@ %global _empty_manifest_terminate_build 0 +%global __requires_exclude pycrypto Name: python-pyghmi Version: 1.0.22 -Release: 3 +Release: 4 Summary: Python General Hardware Management Initiative (IPMI and others) License: Apache-2.0 URL: http://github.com/openstack/pyghmi/ @@ -22,7 +23,7 @@ Provides: python2-pyghmi BuildRequires: python2-pbr BuildRequires: python2-devel BuildRequires: python2-setuptools -Requires: python2-crypto +Requires: python2-pycryptodome %description -n python2-pyghmi This is a pure python implementation of IPMI protocol. @@ -85,6 +86,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Thu Jun 10 2021 liusheng +- Replace required python2-crypto with python2-pycryptodome * Tue Jun 1 2021 huangtianhua - Adds BuildRequires python2-pbr to make obs success * Mon May 31 2021 wangxiyuan -- Gitee