From 94d5337d3fd4c79242971fe328a87ffd5c4574ac Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrgen=20Buchm=C3=BCller?= Date: Wed, 27 May 2020 22:01:55 +0200 Subject: [PATCH] python-iwlib: set python_version=2 But there is also python3-setuptools in the hostmakedepends? --- srcpkgs/python-iwlib/template | 1 + 1 file changed, 1 insertion(+) diff --git a/srcpkgs/python-iwlib/template b/srcpkgs/python-iwlib/template index 17cfff826e..6100db38d5 100644 --- a/srcpkgs/python-iwlib/template +++ b/srcpkgs/python-iwlib/template @@ -14,3 +14,4 @@ license="GPL-2.0-only" homepage="https://github.com/nathan-hoad/python-iwlib" distfiles="${PYPI_SITE}/i/iwlib/iwlib-${version}.tar.gz" checksum=7496bcc3f7abb9b23071f83a86b4386fab41852d7ecc7aee05b6e42b832606f3 +python_version=2