Skip to content

Commit 7bb6d73

Browse files
committed
Taking the %prep sections temporarily offline until improvement.
1 parent c158e52 commit 7bb6d73

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

application-modules.rst

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ Let's take an example spec file and port it to illustrate the process. We start
3838

3939
As we will be including the executable (application) only in the Python 3 subpackage, you may be also able to get rid of some runtime dependencies (listed using the ``Requires:`` tags) in the Python 2 subpackage that were previously used only by the executable and are therefore no longer needed in that subpackage. However, figuring out what runtime dependencies are no longer needed is a problematic task, therefore if you are unsure of which dependencies can be omitted, you can skip this task.
4040

41-
.. include:: subsections/h3-prep.inc
42-
4341
.. include:: subsections/h3-build.inc
4442

4543
.. include:: subsections/h3-install.inc

applications.rst

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,6 @@ Change ``BuildRequires`` from ``python-devel`` to ``python3-devel`` and adjust a
2929
**It is very important that you don't use any Python 2 dependencies as that would make your package depend both on Python version 2 and version 3, which would render your porting efforts useless.**
3030

3131

32-
.. include:: subsections/h3-prep.inc
33-
34-
3532
.. _build-section:
3633

3734
%build

0 commit comments

Comments
 (0)