From 36faf980b4e2c3108377706a4e50839df0e50389 Mon Sep 17 00:00:00 2001 From: Peter Rowlands Date: Thu, 26 Nov 2020 13:47:43 +0900 Subject: [PATCH] benedict: drop noarch, fix ftfy dep versions --- recipes/python-benedict/meta.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes/python-benedict/meta.yaml b/recipes/python-benedict/meta.yaml index 1c56d76bb5a1a..9f21e0ab55677 100644 --- a/recipes/python-benedict/meta.yaml +++ b/recipes/python-benedict/meta.yaml @@ -20,7 +20,7 @@ requirements: - pip - python run: - - ftfy ==4.4.3 # [py<34] + - ftfy <5.0 # [py==27] - ftfy # [py>=34] - mailchecker - phonenumbers