简体   繁体   English

Buildout是否可以覆盖包含自己依赖关系的应用程序的依赖关系?

[英]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.cfg并添加一个版本部分,其中包含您需要的所有依赖项:

[buildout]
...
versions = versions

[versions]
south = 0.7.3

You can also Look at the following documentations for more : 您还可以查看以下文档以了解更多信息:

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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