diff --git a/python-xmod.spec b/python-xmod.spec index 7a22fbeb09825d46419eea2a3c508285b4a1c7aa..502a0695c9ccdeee862a3b8323c6374f36e4b5ea 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