mirror of
https://git.freebsd.org/ports.git
synced 2025-06-19 03:30:32 -04:00
11 lines
423 B
Python
11 lines
423 B
Python
--- setup.py.orig 2024-06-04 20:51:40 UTC
|
|
+++ setup.py
|
|
@@ -54,7 +54,7 @@ try:
|
|
else:
|
|
print("Attempting to get version number from git...")
|
|
git = Popen(
|
|
- ["git", "describe", "--abbrev=4", "--dirty"], stdout=PIPE, stderr=sys.stderr
|
|
+ ["false", "describe", "--abbrev=4", "--dirty"], stdout=PIPE, stderr=sys.stderr
|
|
)
|
|
if git.wait() != 0:
|
|
raise OSError
|