SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
12
devel/py-setuptools/patches/patch-setup_py
Normal file
12
devel/py-setuptools/patches/patch-setup_py
Normal file
|
@ -0,0 +1,12 @@
|
|||
Index: setup.py
|
||||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
@@ -15,7 +15,7 @@ package_data = dict(
|
||||
)
|
||||
|
||||
force_windows_specific_files = (
|
||||
- os.environ.get("SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES", "1").lower()
|
||||
+ os.environ.get("SETUPTOOLS_INSTALL_WINDOWS_SPECIFIC_FILES", "0").lower()
|
||||
not in ("", "0", "false", "no")
|
||||
)
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue