From c149a37c9ed337a64a7bd68d6ce81c5ce5007076 Mon Sep 17 00:00:00 2001 From: Carl George Date: Oct 28 2020 15:04:40 +0000 Subject: Rebuild (with modulemd formatting cleanup) --- diff --git a/python27.yaml b/python27.yaml index 4b25d23..ec1ba11 100644 --- a/python27.yaml +++ b/python27.yaml @@ -127,43 +127,26 @@ data: - python3-virtualenv buildopts: rpms: - macros: > + macros: | # Note that we cannot disable building of all Python 3 subpackages, - # because python2-devel (needed to build all Python 2 packages) - # has a runtime dependency on python3-rpm-generators, and that - # package requires python3-setuptools at runtime. By rebuilding - # python-setuptools SRPM with only python2, we overshadow the - # already built python3 subpackage and it is no longer - # available for python3-rpm-generators when building python-pip - # (or any other Python package). - # We can disable Python 3 in all packages but ... - %_without_python3 1 - # ... we have to have a way to enable some of them as described - # above. With this macro, we can add some module-specific - # conditions for python3-* subpackages and other special cases. - # %_with_python27_module 1 - # for: python-jinja2 - %_with_python2 1 - # to solve circular dependency between pytest and [attrs, pluggy] - # %_without_tests 1 components: rpms: @@ -302,4 +285,3 @@ data: rationale: Scientific Tools for Python ref: 83e614bcad765a900c94c440a07a7645ddceb750 ... -