fix install require
(cherry picked from commit a234ad8a27948e0739b6f10704578ebf6febeccd)
This commit is contained in:
parent
98f4a644cc
commit
aefaa3c57f
@ -1,15 +1,13 @@
|
|||||||
%global _empty_manifest_terminate_build 0
|
%global _empty_manifest_terminate_build 0
|
||||||
Name: python-xmod
|
Name: python-xmod
|
||||||
Version: 1.3.0
|
Version: 1.3.0
|
||||||
Release: 1
|
Release: 2
|
||||||
Summary: Create and recursively fill a temporary directory
|
Summary: Create and recursively fill a temporary directory
|
||||||
License: MIT
|
License: MIT
|
||||||
URL: https://github.com/rec/xmod
|
URL: https://github.com/rec/xmod
|
||||||
Source0: https://files.pythonhosted.org/packages/d4/82/dc632960c98f96e240565717227e2c9c71df44f2aec4c2b41770ce99a105/xmod-1.3.0.tar.gz
|
Source0: https://files.pythonhosted.org/packages/d4/82/dc632960c98f96e240565717227e2c9c71df44f2aec4c2b41770ce99a105/xmod-1.3.0.tar.gz
|
||||||
BuildArch: noarch
|
BuildArch: noarch
|
||||||
|
|
||||||
Requires: python3-dek
|
|
||||||
|
|
||||||
%description
|
%description
|
||||||
``xmod`` is a tiny library that extends a module to do things that normally
|
``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".
|
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
|
%prep
|
||||||
%autosetup -n xmod-1.3.0
|
%autosetup -n xmod-1.3.0
|
||||||
|
sed -i '/dek/d' requirements.txt
|
||||||
|
sed -i '/dek/d' xmod.egg-info/requires.txt
|
||||||
|
|
||||||
%build
|
%build
|
||||||
%py3_build
|
%py3_build
|
||||||
@ -71,5 +71,8 @@ mv %{buildroot}/doclist.lst .
|
|||||||
%{_docdir}/*
|
%{_docdir}/*
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Mar 1 2022 zhangy <zhangy1317@foxmai.com>
|
||||||
|
- Fix install require
|
||||||
|
|
||||||
* Thu Dec 31 2020 Python_Bot <Python_Bot@openeuler.org>
|
* Thu Dec 31 2020 Python_Bot <Python_Bot@openeuler.org>
|
||||||
- Package Spec generated
|
- Package Spec generated
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user