7
0
Files
saltbundlepy-looseversion/add_compatible_setup_py_file.patch

9 lines
206 B
Diff
Raw Permalink Normal View History

2025-10-14 16:59:00 +01:00
Index: looseversion-1.0.2/setup.py
===================================================================
--- /dev/null
+++ looseversion-1.0.2/setup.py
@@ -0,0 +1,3 @@
+from setuptools import setup
+
+setup()