mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-21 13:57:51 +00:00
setup: force the bundled version of darcsver to take precedence over any other version of darcsver
This commit is contained in:
parent
548e587d86
commit
aa19424c9f
2
setup.py
2
setup.py
@ -40,6 +40,8 @@ version = read_version_py("src/allmydata/_version.py")
|
||||
|
||||
egg = os.path.realpath(glob.glob('setuptools-*.egg')[0])
|
||||
sys.path.insert(0, egg)
|
||||
egg = os.path.realpath(glob.glob('darcsver-*.egg')[0])
|
||||
sys.path.insert(0, egg)
|
||||
import setuptools; setuptools.bootstrap_install_from = egg
|
||||
|
||||
from setuptools import find_packages, setup
|
||||
|
Loading…
Reference in New Issue
Block a user