rpm/pythondistdeps.diff
Richard Brown fcf6ee76aa 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
2019-11-08 15:07:03 +00:00

9 lines
287 B
Diff

--- ./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>