blob: 3df1a7d8533d581f06d3e8cd9a9b24bd9c26ac8f (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- setup.py.orig Sat Mar 25 18:28:34 2006
+++ setup.py Fri Dec 8 18:24:32 2006
@@ -5,7 +5,7 @@
# FIXME: on some versions of sendmail, smutil is renamed to sm
# on slackware and debian, leave it out entirely. It depends
# on how libmilter was built by the sendmail package.
-libs = ["milter", "smutil"]
+libs = ["milter"]
# patch distutils if it can't cope with the "classifiers" or
# "download_url" keywords
|