Find requirement specs in a Plone buildout setup

前端 未结 5 1948
无人及你
无人及你 2021-01-18 03:21

I have a Plone site (something around 4.2.4, telling from a version.txt in the root directory) which I\'d like to update to a recent version (I found this how-t

5条回答
  •  梦谈多话
    2021-01-18 04:22

    The dependency is probably inside a 3rd party egg (so: no setup.py in it). Search again inside ./eggs/*/EGG-INFO/requires.txt (if your egg directory is inside the buildout root).

提交回复
热议问题