From 87b56867f28eb83c2eb685760145f18404c7ae6e Mon Sep 17 00:00:00 2001 From: Matt Rendina Date: Fri, 21 Aug 2020 10:17:43 -0400 Subject: Remove noarch field from pypdf2 --- pypdf2/meta.yaml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'pypdf2') diff --git a/pypdf2/meta.yaml b/pypdf2/meta.yaml index 7e3d708..d1fc84c 100644 --- a/pypdf2/meta.yaml +++ b/pypdf2/meta.yaml @@ -10,8 +10,7 @@ source: sha256: e28f902f2f0a1603ea95ebe21dff311ef09be3d0f0ef29a3e44a932729564385 build: - noarch: python - number: 2 + number: 3 script: "{{ PYTHON }} -m pip install . --no-deps --ignore-installed --no-cache-dir -vv" requirements: -- cgit