#1464 python: drop redundate %py3dir use
Merged 3 years ago by praiskup. Opened 3 years ago by praiskup.
Unknown source python-ftbfs  into  master

file modified
-5
@@ -170,11 +170,6 @@

  %prep

  %setup -q

  

- %if %{with python3}

- rm -rf %{py3dir}

- cp -a . %{py3dir}

- %endif

- # with python3

  

  %build

  %if %{with python3}

It stayed in historically without noticing we do not need it; but
recently it started to FTBFS.

Fixes: #1463

Metadata Update from @praiskup:
- Pull-request tagged with: release-blocker

3 years ago

Commit ecfa0bd fixes this pull-request

Pull-Request has been merged by praiskup

3 years ago