$ git show --format=fuller --patch-with-stat --summary c3c88a15bad8101d1d5d46ab6ff074fedaa9adc4
commit c3c88a15bad8101d1d5d46ab6ff074fedaa9adc4
Author: Bernhard Rosenkränzer <bero@lindev.ch>
AuthorDate: Sun Sep 25 20:14:08 2022 +0200
Commit: Bernhard Rosenkränzer <bero@lindev.ch>
CommitDate: Sun Sep 25 20:14:08 2022 +0200
BRs
---
python-pip.spec | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/python-pip.spec b/python-pip.spec
index 4ea71dc..18d851c 100644
--- a/python-pip.spec
+++ b/python-pip.spec
@@ -22,6 +22,12 @@ Requires: python-pkg-resources
Requires: python-wheel
Requires: python%{pyver}dist(flit-core)
+# FIXME this is just because py_build uses pip
+# Got to fall back to setup.py for bootstrapping
+BuildRequires: python-pip
+BuildRequires: python-wheel
+BuildRequires: python%{pyver}dist(flit-core)
+
%rename python3-pip
%description