Accepting request 745538 from home:Pharaoh_Atem:branches:Base:System

- Fix shebang for pythondistdeps.py to use Python 3
  + Modify patch: pythondistdeps.diff
- Move pythondistdeps dependency generator to rpm-build
- Add python3-setuptools and python3 dependencies to rpm-build for pythondistdeps

OBS-URL: https://build.opensuse.org/request/show/745538
OBS-URL: https://build.opensuse.org/package/show/Base:System/rpm?expand=0&rev=512
This commit is contained in:
Richard Brown
2019-11-08 15:07:03 +00:00
committed by Git OBS Bridge
parent 4dfb67a342
commit fcf6ee76aa
3 changed files with 21 additions and 3 deletions

View File

@@ -1,7 +1,8 @@
--- ./scripts/pythondistdeps.py.orig 2018-08-08 13:40:18.173941320 +0000
+++ ./scripts/pythondistdeps.py 2018-10-16 09:30:49.271004917 +0000
@@ -1,4 +1,3 @@
--- ./scripts/pythondistdeps.py.orig 2019-06-26 10:17:31.454985631 -0400
+++ ./scripts/pythondistdeps.py 2019-10-31 16:30:37.685850605 -0400
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python3
# -*- coding: utf-8 -*-
#
# Copyright 2010 Per Øyvind Karlsen <proyvind@moondrake.org>