]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/blobdiff - _auto_deps.py
setup: replace hardcoded 'allmydata-tahoe' with allmydata.__appname__
[tahoe-lafs/tahoe-lafs.git] / _auto_deps.py
index d6bf6a4d2856bedd88498907e0654f2989fcbca7..c55c9aed017a5f1436d598c1dbb82a5b1950f043 100644 (file)
@@ -107,7 +107,3 @@ def require_auto_deps():
             # but it shows a too-old version, then we'll get a
             # VersionConflict error instead of DistributionNotFound.
             pass
-
-def get_package_versions_from_setuptools():
-    import pkg_resources
-    return dict([(p.project_name, (p.version, p.location)) for p in pkg_resources.require('allmydata-tahoe')])