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

Kubilay Kocak <ko...@freebsd.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Keywords|                            |needs-patch, needs-qa
              Flags|maintainer-feedback+        |maintainer-feedback?(wjw@di
                   |                            |giware.nl)

--- Comment #6 from Kubilay Kocak <ko...@freebsd.org> ---
Sorry, I didn't notice before:

- Set install_requires as RUN_DEPENDS (not test depends)
- Test dependencies dont need to include run depends (theyre implicit).
upstream shouldn't be including them in tests_require. these are the real test
dependencies:

test-requirements.txt:

gunicorn
Jinja2
mock
pep8
sqlalchemy
uwsgi

virtualenv should not be necessary to test

- Still missing dependency on singledispatch for PYTHON_VER < 3.4

.include <bsd.port.pre.mk>
.if ${PYTHON_VER} < 3.4
RUN_DEPENDS+= singledispatch 
.endif

.include <bsd.port.pre.mk> (last line)

- For multiple *_DEPENDS lines, use \ to separate dependencies per line rather
than TEST_DEPENDS= and multiple  TEST_DEPENDS+=

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

Reply via email to