ports/sysutils/py-liquidctl/files/patch-setup.py
2022-04-09 23:02:57 +02:00

7 lines
144 B
Python

--- setup.py.orig 2022-04-09 15:13:54 UTC
+++ setup.py
@@ -0,0 +1,4 @@
+from setuptools import setup
+
+if __name__ == "__main__":
+ setup()