From 7baf6051ba24d01f6c26c0201eb3b922aba1f280 Mon Sep 17 00:00:00 2001 From: Louis Abel Date: Wed, 6 Mar 2024 17:14:08 -0700 Subject: [PATCH] add python deps --- hidden.cfg | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) diff --git a/hidden.cfg b/hidden.cfg index 3497bb1..4433381 100644 --- a/hidden.cfg +++ b/hidden.cfg @@ -1694,6 +1694,15 @@ package { } } +package { + name: "python-CommonMark" + type: PACKAGE_TYPE_NORMAL_FORK + repository { + name: "hidden" + include_filter: "python3-CommonMark.noarch" + } +} + package { name: "python-dbusmock" type: PACKAGE_TYPE_NORMAL_FORK @@ -1727,6 +1736,28 @@ package { } } +package { + name: "python-hypothesis" + type: PACKAGE_TYPE_NORMAL_FORK + repository { + name: "hidden" + include_filter: + include_filter: "python3-hypothesis" + include_filter: "python3-hypothesis+cli" + include_filter: "python3-hypothesis+codemods" + include_filter: "python3-hypothesis+dateutil" + include_filter: "python3-hypothesis+django" + include_filter: "python3-hypothesis+ghostwriter" + include_filter: "python3-hypothesis+lark" + include_filter: "python3-hypothesis+numpy" + include_filter: "python3-hypothesis+pandas" + include_filter: "python3-hypothesis+pytest" + include_filter: "python3-hypothesis+pytz" + include_filter: "python3-hypothesis+redis" + include_filter: "python3-hypothesis+zoneinfo" + } +} + package { name: "python-munkres" type: PACKAGE_TYPE_NORMAL_FORK @@ -1764,6 +1795,15 @@ package { } } +package { + name: "python-recommonmark" + type: PACKAGE_TYPE_NORMAL_FORK + repository { + name: "hidden" + include_filter: "python3-recommonmark.noarch" + } +} + package { name: "python-rjsmin" type: PACKAGE_TYPE_NORMAL_FORK