Bug 224047 - textproc/py-elasticsearch-dsl-py missing RUN_DEPENDS
Summary: textproc/py-elasticsearch-dsl-py missing RUN_DEPENDS
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: --- Affects Only Me
Assignee: Dan Langille
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-03 04:11 UTC by Jeremy Baggs
Modified: 2017-12-05 20:20 UTC (History)
0 users

See Also:
bugzilla: maintainer-feedback? (dvl)


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jeremy Baggs 2017-12-03 04:11:32 UTC
The Search class of the elasticsearch_dsl module requires devel/py-dateutil


from elasticsearch_dsl import Search
Traceback (most recent call last):
  File "<stdin>", line 1, in <module>
  File "/usr/local/lib/python2.7/site-packages/elasticsearch_dsl/__init__.py", line 6, in <module>
    from .field import *
  File "/usr/local/lib/python2.7/site-packages/elasticsearch_dsl/field.py", line 2, in <module>
    from dateutil import parser
ImportError: No module named dateutil
Comment 1 Dan Langille freebsd_committer freebsd_triage 2017-12-05 20:19:29 UTC
committed.  thank you.
Comment 2 commit-hook freebsd_committer freebsd_triage 2017-12-05 20:20:04 UTC
A commit references this bug:

Author: dvl
Date: Tue Dec  5 20:19:11 UTC 2017
New revision: 455617
URL: https://svnweb.freebsd.org/changeset/ports/455617

Log:
  Add devel/py-dateutil as RUN_DEPENDS

  PR:		224047
  Submitted by:	jeremybbaggs@gmail.com

Changes:
  head/textproc/py-elasticsearch-dsl-py/Makefile