dev-python/uvicorn: use flags for optional packages

Signed-off-by: Piotr Staroszczyk <piotr.staroszczyk@get24.org>
This commit is contained in:
Piotr Staroszczyk
2020-03-13 14:13:18 +01:00
parent b324b7b2fb
commit d4e6c976e9
2 changed files with 9 additions and 2 deletions

View File

@@ -6,4 +6,9 @@
<email>andrewammerlaan@riseup.net</email>
<name>Andrew Ammerlaan</name>
</maintainer>
<use>
<flag name="wsproto">add websockets support using wsproto package</flag>
<flag name="websockets">add websockets support using websockets package</flag>
<flag name="httptools">use httpstools package for http protocol</flag>
</use>
</pkgmetadata>