From c168a43fd7fa3ac3d652c4147e7a94c50cbe9b9d Mon Sep 17 00:00:00 2001 From: cunshunxia Date: Wed, 11 Sep 2024 12:27:18 +0000 Subject: [PATCH] add pip to runtime requires. --- python-pipdeptree.spec | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/python-pipdeptree.spec b/python-pipdeptree.spec index f86a10f..60e355e 100644 --- a/python-pipdeptree.spec +++ b/python-pipdeptree.spec @@ -3,7 +3,7 @@ Name: python-%{srcname} Version: 2.13.1 -Release: 3%{?dist} +Release: 4%{?dist} Summary: Command line utility to show dependency tree of packages License: MIT @@ -12,6 +12,7 @@ Source0: https://github.com/naiquevin/pipdeptree/archive/%{version}/%{src BuildArch: noarch BuildRequires: python3-devel pyproject-rpm-macros +Requires: python3-pip %description pipdeptree is a command line utility for displaying the installed python\ @@ -77,6 +78,9 @@ export SETUPTOOLS_SCM_PRETEND_VERSION="%{version}" %endif %changelog +* Sun Feb 18 2024 cunshunxia - 2.13.1-4 +- add pip to runtime requires. + * Fri Aug 16 2024 OpenCloudOS Release Engineering - 2.13.1-3 - Rebuilt for loongarch release -- Gitee