mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-06-19 15:53:48 +00:00
Undo the temporary hack to check the foolscap version. refs #1246
This commit is contained in:
@ -107,12 +107,6 @@ def require_auto_deps():
|
|||||||
require_python_version()
|
require_python_version()
|
||||||
|
|
||||||
import pkg_resources
|
import pkg_resources
|
||||||
import foolscap.api
|
|
||||||
if foolscap.api.__version__ != '0.6.0':
|
|
||||||
import os, sys
|
|
||||||
raise AssertionError("wrong foolscap!\nfoolscap.api.__version__=%r\nPYTHONPATH=%r\nsys.path=%r" %
|
|
||||||
(foolscap.api.__version__, os.environ.get('PYTHONPATH'), sys.path))
|
|
||||||
|
|
||||||
for requirement in install_requires:
|
for requirement in install_requires:
|
||||||
try:
|
try:
|
||||||
pkg_resources.require(requirement)
|
pkg_resources.require(requirement)
|
||||||
|
Reference in New Issue
Block a user