diff options
| author | bwarsaw | 2007-04-12 18:39:57 +0000 |
|---|---|---|
| committer | bwarsaw | 2007-04-12 18:39:57 +0000 |
| commit | 69b250129cac1edc2aef339127bdd9446b8ee5e7 (patch) | |
| tree | 586d1a15bcce379a30d03b1e0e4ed0869c4ff65a | |
| parent | 22302ceea67cddd80170a52cf6604f27b08da772 (diff) | |
| download | mailman-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.in | 2 | ||||
| -rw-r--r-- | misc/email-4.0.1.tar.gz | bin | 1205824 -> 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 Binary files differdeleted file mode 100644 index 589311b4e..000000000 --- a/misc/email-4.0.1.tar.gz +++ /dev/null |
