Skip to content

Commit

Permalink
Revert "Install compiledb from local file again."
Browse files Browse the repository at this point in the history
This reverts commit 21e4322.

We are not ready for this yet.
  • Loading branch information
AZurhake committed May 22, 2019
1 parent cb914cc commit ef094d5
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 154 deletions.
4 changes: 3 additions & 1 deletion Pipfile
Expand Up @@ -21,7 +21,9 @@ mock = "*"
mockldap = "*"
isort = "*"
freezegun = "*"
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. :-/
# 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"}

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

0 comments on commit ef094d5

Please sign in to comment.