blob: 0150571208a8027932a2ed2678ca4478d9a9c7a6 [file] [log] [blame]
Brad Bishop5492faa2018-02-27 19:26:29 -05001SUMMARY = "python-gevent startup script"
2DESCRIPTION = "python-gevent startup script."
Brad Bishopf2dd5522016-08-30 08:54:14 -04003PR = "r1"
Brad Bishopf2dd5522016-08-30 08:54:14 -04004
5inherit allarch
6inherit setuptools
7inherit obmc-phosphor-systemd
8
Patrick Williamsa981b102017-03-01 21:25:36 -06009require phosphor-rest.inc
10
Brad Bishopf2dd5522016-08-30 08:54:14 -040011PROVIDES += "virtual/obmc-wsgihost"
12RPROVIDES_${PN} += "virtual-obmc-wsgihost"
13
14RDEPENDS_${PN} += " \
15 python-gevent \
16 "
Dhruvaraj Subhashchandran1ea01342017-10-12 04:43:17 -050017RRECOMMENDS_${PN} += "python-gevent-websocket"
18
Brad Bishopf2dd5522016-08-30 08:54:14 -040019S = "${WORKDIR}/git/servers/gevent"
20
Chris Austen7584d432017-09-29 18:30:03 -050021SYSTEMD_SERVICE_${PN} += " ${PN}.service ${PN}.socket"