sync ports with The Matrix

This commit is contained in:
purplerain 2023-08-19 18:05:57 +00:00
parent 509cd31f8e
commit 91d7a60fa4
Signed by: purplerain
GPG key ID: F42C07F07E2E35B7
58 changed files with 1720 additions and 473 deletions

View file

@ -0,0 +1,10 @@
Index: setup.py
--- setup.py.orig
+++ setup.py
@@ -17,5 +17,5 @@
import setuptools
setuptools.setup(
- setup_requires=['pbr>=2.0.0'],
+ setup_requires=['pbr>=5.11.1'],
pbr=True)