From 1cae595984dcaf8387770fc242cfb1cc69936b71 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 17 Apr 2019 10:14:42 +0530 Subject: [PATCH] Add ifaddr and zeroconf to sources Needed on python >= 3 --- bypy/sources.json | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/bypy/sources.json b/bypy/sources.json index 7641c773a4..1350f3233c 100644 --- a/bypy/sources.json +++ b/bypy/sources.json @@ -492,6 +492,26 @@ } }, + { + "name": "ifaddr", + "python": 3, + "unix": { + "filename": "ifaddr-0.1.6.tar.gz", + "hash": "sha256:c19c64882a7ad51a394451dabcbbed72e98b5625ec1e79789924d5ea3e3ecb93", + "urls": ["pypi"] + } + }, + + { + "name": "zeroconf", + "python": 3, + "unix": { + "filename": "zeroconf-0.21.3.tar.gz", + "hash": "sha256:5b52dfdf4e665d98a17bf9aa50dea7a8c98e25f972d9c1d7660e2b978a1f5713", + "urls": ["pypi"] + } + }, + { "name": "libgpg-error", "os": "linux",