Skip to content

Commit

Permalink
Revert "Revert "Install compiledb from local file again.""
Browse files Browse the repository at this point in the history
This reverts commit ef094d5.
  • Loading branch information
Sven Panne committed May 23, 2019
1 parent 72f3b2f commit b8ba898
Show file tree
Hide file tree
Showing 3 changed files with 154 additions and 17 deletions.
4 changes: 1 addition & 3 deletions Pipfile
Expand Up @@ -21,9 +21,7 @@ mock = "*"
mockldap = "*"
isort = "*"
freezegun = "*"
# We have to use a snapshot, a version which works for us has not been released yet. :-/
# Workaround: We need to upload the Archive and cannot use it from our Git due to a Pipenv bug
compiledb = {file = "http://nexus:8081/repository/archives/compiledb-10a1da2.tar.gz"}
compiledb = {path = "./omd/packages/python-modules/src/compiledb-10a1da2.tar.gz"} # We have to use a snapshot, a version which works for us has not been released yet. :-/

[packages]
setuptools_scm = "==3.1.0"
Expand Down

0 comments on commit b8ba898

Please sign in to comment.