Skip to content

Commit

Permalink
Added typing/six/python-dateutil to Python3.
Browse files Browse the repository at this point in the history
Change-Id: If8fcc84273644dc945777ffe8c6ba26b34cd5b57
  • Loading branch information
spt29 committed Jul 11, 2019
1 parent fbee3de commit 0a07b8e
Show file tree
Hide file tree
Showing 6 changed files with 41 additions and 4 deletions.
3 changes: 3 additions & 0 deletions omd/packages/python3-modules/python3-modules.make
Expand Up @@ -16,6 +16,9 @@ PYTHON3_MODULES_LIST :=

PYTHON3_MODULES_LIST += setuptools_scm-3.3.3.tar.gz # needed by various setup.py
PYTHON3_MODULES_LIST += setuptools-git-1.2.tar.gz # needed by various setup.py
PYTHON3_MODULES_LIST += typing-3.7.4.tar.gz # direct dependency
PYTHON3_MODULES_LIST += six-1.12.0.tar.gz # direct dependency
PYTHON3_MODULES_LIST += python-dateutil-2.8.0.tar.gz # direct dependency

$(PYTHON3_MODULES_BUILD): $(PYTHON3_BUILD) $(FREETDS_BUILD) $(PYTHON3_MODULES_UNPACK)
set -e ; cd $(PYTHON3_MODULES_DIR) ; \
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
3 changes: 3 additions & 0 deletions virtual-envs/3.7/Pipfile
Expand Up @@ -26,6 +26,9 @@ yapf = "*" # used for editor integration and the format-python Makefile target
[packages]
setuptools_scm = "==3.3.3" # needed by various setup.py
setuptools-git = "==1.2" # needed by various setup.py
typing = "==3.7.4" # direct dependency
six = "==1.12.0" # direct dependency, indirect via python-dateutil
python-dateutil = "==2.8.0" # direct dependency

[requires]
python_version = "3.7"
39 changes: 35 additions & 4 deletions virtual-envs/3.7/Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0a07b8e

Please sign in to comment.