From 9c0c62b79fab91d3291ea7587c503d5c6d864e41 Mon Sep 17 00:00:00 2001 From: zhangy1317 Date: Tue, 1 Mar 2022 11:39:51 +0800 Subject: [PATCH] fix install require (cherry picked from commit a234ad8a27948e0739b6f10704578ebf6febeccd) --- python-xmod.spec | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/python-xmod.spec b/python-xmod.spec index 7a22fbe..502a069 100644 --- a/python-xmod.spec +++ b/python-xmod.spec @@ -1,15 +1,13 @@ %global _empty_manifest_terminate_build 0 Name: python-xmod Version: 1.3.0 -Release: 1 +Release: 2 Summary: Create and recursively fill a temporary directory License: MIT URL: https://github.com/rec/xmod Source0: https://files.pythonhosted.org/packages/d4/82/dc632960c98f96e240565717227e2c9c71df44f2aec4c2b41770ce99a105/xmod-1.3.0.tar.gz BuildArch: noarch -Requires: python3-dek - %description ``xmod`` is a tiny library that extends a module to do things that normally only a class could do - handy for modules that "just do one thing". @@ -32,6 +30,8 @@ only a class could do - handy for modules that "just do one thing". %prep %autosetup -n xmod-1.3.0 +sed -i '/dek/d' requirements.txt +sed -i '/dek/d' xmod.egg-info/requires.txt %build %py3_build @@ -71,5 +71,8 @@ mv %{buildroot}/doclist.lst . %{_docdir}/* %changelog +* Tue Mar 1 2022 zhangy +- Fix install require + * Thu Dec 31 2020 Python_Bot - Package Spec generated -- Gitee