wok diff python-pyflakes/receipt @ rev 21874

facter: fix build
author Pascal Bellard <pascal.bellard@slitaz.org>
date Sat Sep 28 11:31:06 2019 +0200 (2019-09-28)
parents 0a8213b51c21
children 23d1dbe1e6bb
line diff
     1.1 --- a/python-pyflakes/receipt	Wed Aug 16 10:31:45 2017 +0200
     1.2 +++ b/python-pyflakes/receipt	Sat Sep 28 11:31:06 2019 +0200
     1.3 @@ -12,7 +12,7 @@
     1.4  WGET_URL="https://github.com/PyCQA/pyflakes/archive/$VERSION.tar.gz"
     1.5  
     1.6  DEPENDS="python"
     1.7 -BUILD_DEPENDS="wget setuptools python-dev"
     1.8 +BUILD_DEPENDS="wget python-setuptools python-dev"
     1.9  
    1.10  # Rules to configure and make the package.
    1.11  compile_rules()