From 8393b1d142d666217e758684ebfc980c92224f98cc7d83ad8c02e6756dfc4945 Mon Sep 17 00:00:00 2001 From: Sebastian Wagner Date: Sat, 15 May 2021 10:47:09 +0000 Subject: [PATCH] add missing runtime dependency tldextract OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-passivetotal?expand=0&rev=14 --- python-passivetotal.spec | 1 + 1 file changed, 1 insertion(+) diff --git a/python-passivetotal.spec b/python-passivetotal.spec index e42deef..d921d61 100644 --- a/python-passivetotal.spec +++ b/python-passivetotal.spec @@ -34,6 +34,7 @@ Requires: python-ez_setup Requires: python-future Requires: python-python-dateutil Requires: python-requests +Requires: python-tldextract Requires(post): update-alternatives Requires(postun):update-alternatives BuildArch: noarch