opnsense-ports/sysutils/py-liquidctl/files/patch-setup.py
Franco Fichtner 38fea5f87c */*: sync with upstream
Taken from: FreeBSD
2022-04-12 13:54:03 +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()