freebsd-ports/sysutils/py-ansible-compat/files/patch-setup.py
Matthew Seaman 5d613390a7 sysutils/py-ansible-compat: New Port
A python package that contains functions that facilitate working with
various versions of Ansible 2.9 and newer.

PR:     263033
2022-04-18 12:59:09 +01:00

8 lines
166 B
Python

--- setup.py.orig 2019-12-09 07:04:35 UTC
+++ setup.py
@@ -0,0 +1,5 @@
+
+import setuptools
+if __name__ == "__main__":
+ setuptools.setup(use_scm_version=True)
+