$ git show --format=fuller --patch-with-stat --summary d173bda7f9ad4393c9e2fad803a82d34860c6e6a
commit d173bda7f9ad4393c9e2fad803a82d34860c6e6a
Author: Bernhard Rosenkränzer <bero@lindev.ch>
AuthorDate: Mon Sep 26 00:15:04 2022 +0200
Commit: Bernhard Rosenkränzer <bero@lindev.ch>
CommitDate: Mon Sep 26 00:15:04 2022 +0200
Adjust BRs, clean up
---
python-epsilon.spec | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/python-epsilon.spec b/python-epsilon.spec
index 23d7a1a..cc0ef48 100644
--- a/python-epsilon.spec
+++ b/python-epsilon.spec
@@ -12,6 +12,7 @@ Source0: https://pypi.python.org/packages/source/e/epsilon/epsilon-%{version}.ta
BuildArch: noarch
BuildRequires: pkgconfig(python)
BuildRequires: python-twisted
+BuildRequires: python-pip
Provides: python-Epsilon = %{version}
Provides: Epsilon = %{version}
Requires: python-twisted
@@ -24,9 +25,9 @@ other projects.
%prep
%autosetup -p1 -n epsilon-%{version}
+find . -name "*.py" -exec 2to3 -w {} \;
%build
-find . -name "*.py" -exec 2to3 -w {} \;
%py_build
%install