简体   繁体   中英

Buildout is it possible to override dependencies for an application containing its own dependencies?

Is it possible to override dependencies in buildout for an egg? I need to add some newer libraries to some eggs which contain requirements for older packages.

You can edit the buildout.cfg and add a version section with all the dependencies you need :

[buildout]
...
versions = versions

[versions]
south = 0.7.3

You can also Look at the following documentations for more :

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM