summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbwarsaw2007-04-12 18:39:57 +0000
committerbwarsaw2007-04-12 18:39:57 +0000
commit69b250129cac1edc2aef339127bdd9446b8ee5e7 (patch)
tree586d1a15bcce379a30d03b1e0e4ed0869c4ff65a
parent22302ceea67cddd80170a52cf6604f27b08da772 (diff)
downloadmailman-69b250129cac1edc2aef339127bdd9446b8ee5e7.tar.gz
mailman-69b250129cac1edc2aef339127bdd9446b8ee5e7.tar.zst
mailman-69b250129cac1edc2aef339127bdd9446b8ee5e7.zip
Python 2.5 is the required minimum now and that comes with the required version of the email package. So, finally! we can get rid of our copy.
-rw-r--r--misc/Makefile.in2
-rw-r--r--misc/email-4.0.1.tar.gzbin1205824 -> 0 bytes
2 files changed, 1 insertions, 1 deletions
diff --git a/misc/Makefile.in b/misc/Makefile.in
index 2357c536d..d4690275b 100644
--- a/misc/Makefile.in
+++ b/misc/Makefile.in
@@ -55,7 +55,7 @@ SETUPINSTOPTS= --install-lib $(DESTDIR)$(PYTHONLIBDIR) \
--install-data $(DESTDIR)$(PYTHONLIBDIR)
SETUPCMD= setup.py --quiet install $(SETUPINSTOPTS)
-EMAIL= email-4.0.1
+EMAIL=
SETUPTOOLS= setuptools-0.6c3
PYSQLITE= pysqlite-2.3.2
SQLALCHEMY= SQLAlchemy-0.3.3
diff --git a/misc/email-4.0.1.tar.gz b/misc/email-4.0.1.tar.gz
deleted file mode 100644
index 589311b4e..000000000
--- a/misc/email-4.0.1.tar.gz
+++ /dev/null
Binary files differ