mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2024-12-22 06:17:50 +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])
|
egg = os.path.realpath(glob.glob('setuptools-*.egg')[0])
|
||||||
sys.path.insert(0, egg)
|
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
|
import setuptools; setuptools.bootstrap_install_from = egg
|
||||||
|
|
||||||
from setuptools import find_packages, setup
|
from setuptools import find_packages, setup
|
||||||
|
Loading…
Reference in New Issue
Block a user