https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=198704

--- Comment #11 from Ruslan Makhmatkhanov <r...@freebsd.org> ---
Hi guys, sorry for late response. "plone" isn't needed in PKGNAMEPREFIX.
The port builds and installs fine, but it lacks required dependencies, so it's
unclear to me how it supposed to work. Here is the dependencies listed in
setup.py:

install_requires=['setuptools',
                  'Jinja2',
                  'plone.portlet.static',
                  'collective.templateengines',
                  'feedparser' # needed by RSS tag, could be softdependency
                  ],

We have no such thing as "collective.templateengines" in the ports tree, so you
need port it too to make things work.

-- 
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
freebsd-python@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-python
To unsubscribe, send any mail to "freebsd-python-unsubscr...@freebsd.org"

Reply via email to