Skip to content

Commit 33e5564

Browse files
committed
setup.py: For MacPorts, don't need to install with +mssql
1 parent 7f601a3 commit 33e5564

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ def add_dir_if_exists(filtered_dirs, *dirs):
153153
154154
MacPorts (http://www.macports.org/)
155155
-----------------------------------
156-
sudo port install freetds +mssql
156+
sudo port install freetds
157157
""")
158158

159159
if libc_has_vasprintf_chk and not os.getenv('PYMSSQL_DONT_BUILD_WITH_BUNDLED_FREETDS'):

0 commit comments

Comments
 (0)