- Update to 20230723:
- There were many changes, like really many. See ChangeLog
which has been packaged for the list of them.
- Refresh patches, remove %patchN construct.
OBS-URL: https://build.opensuse.org/request/show/1100935
OBS-URL: https://build.opensuse.org/package/show/devel:tools:building/bmake?expand=0&rev=46
13 lines
225 B
Diff
13 lines
225 B
Diff
---
|
|
mk/meta2deps.py | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
--- a/mk/meta2deps.py
|
|
+++ b/mk/meta2deps.py
|
|
@@ -1,4 +1,4 @@
|
|
-#!/usr/bin/env python
|
|
+#!/usr/bin/python3
|
|
|
|
from __future__ import print_function
|
|
|