From 78bc51a18dc67efd483dfee5e7840323469b1bf9 Mon Sep 17 00:00:00 2001 From: Charalampos Stratakis Date: Fri, 3 Jan 2020 14:25:58 +0100 Subject: [PATCH] Package __init__.py within ensurepip's bundled directory when not using the system installed rpmwheels Upstream change: https://bugs.python.org/issue37449 --- python39.spec | 2 ++ 1 file changed, 2 insertions(+) diff --git a/python39.spec b/python39.spec index 65e3dcf..4ca38b2 100644 --- a/python39.spec +++ b/python39.spec @@ -1144,6 +1144,8 @@ CheckPython optimized %else %dir %{pylibdir}/ensurepip/_bundled %{pylibdir}/ensurepip/_bundled/*.whl +%{pylibdir}/ensurepip/_bundled/__init__.py +%{pylibdir}/ensurepip/_bundled/__pycache__/*%{bytecode_suffixes} %endif %dir %{pylibdir}/concurrent/