Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 59039 | Differences between
and this patch

Collapse All | Expand All

(-)milter-0.6.9-orig/setup.py (-1 / +1 lines)
Lines 3-9 Link Here
3
from distutils.core import setup, Extension
3
from distutils.core import setup, Extension
4
4
5
# FIXME: on some versions of sendmail, smutil is renamed to sm
5
# FIXME: on some versions of sendmail, smutil is renamed to sm
6
libs = ["milter", "smutil"]
6
libs = ["milter"]
7
7
8
# patch distutils if it can't cope with the "classifiers" or
8
# patch distutils if it can't cope with the "classifiers" or
9
# "download_url" keywords
9
# "download_url" keywords

Return to bug 59039