Skip to content

Commit

Permalink
Move -api dependency install to requirements.txt #809
Browse files Browse the repository at this point in the history
  • Loading branch information
fnoop committed Mar 26, 2019
1 parent 132c984 commit d3a4544
Showing 1 changed file with 0 additions and 27 deletions.
27 changes: 0 additions & 27 deletions manifests/maverick-modules/maverick_web/manifests/maverick_api.pp
Original file line number Diff line number Diff line change
Expand Up @@ -2,33 +2,6 @@
) {

# install python components
/*
install_python_module { "mavapi-pymavlink":
pkgname => "pymavlink",
ensure => atleast,
version => "2.2.10",
} ->
install_python_module { "mavapi-graphql-core-next":
pkgname => "GraphQL-core-next",
ensure => exactly,
version => "1.0.2",
}
install_python_module { "mavapi-tornado":
pkgname => "tornado",
ensure => exactly,
version => "6.0.2",
} ->
install_python_module { "mavapi-aiosqlite":
pkgname => "aiosqlite",
ensure => exactly,
version => "0.8.1",
} ->
install_python_module { "mavapi-jstyleson":
pkgname => "jstyleson",
ensure => exactly,
version => "0.0.2",
} ->
*/
python::requirements { "/srv/maverick/code/maverick-api/requirements.txt":
cwd => "/srv/maverick/code/maverick-api",
pip_provider => "pip3",
Expand Down

0 comments on commit d3a4544

Please sign in to comment.