]> git.ipfire.org Git - ipfire-3.x.git/commitdiff
python-setuputils: Update to 40.4.3
authorStefan Schantl <stefan.schantl@ipfire.org>
Sun, 21 Oct 2018 19:35:30 +0000 (21:35 +0200)
committerMichael Tremer <michael.tremer@ipfire.org>
Sun, 21 Oct 2018 19:42:34 +0000 (20:42 +0100)
Signed-off-by: Stefan Schantl <stefan.schantl@ipfire.org>
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
python-setuptools/python-setuptools.nm

index 8f1823aeab803043907ff3a5e59066d720565733..ffef974cfc3b4faa23ac4492cfd6cca7fbcb1b02 100644 (file)
@@ -4,7 +4,7 @@
 ###############################################################################
 
 name       = python-setuptools
-version    = 28.2.0
+version    = 40.4.3
 release    = 1
 arch       = noarch
 thisapp    = setuptools-%{version}
@@ -21,6 +21,8 @@ description
        especially ones that have dependencies on other packages.
 end
 
+source_dl = https://github.com/pypa/setuptools/archive/v%{version}.tar.gz#/
+
 build
        requires
                pakfire-builder >= 0.9.23-2
@@ -36,9 +38,11 @@ build
 
        build
                pushd %{DIR_APP3}
+               %{python3} bootstrap.py
                CFLAGS="%{CFLAGS}" %{python3} setup.py build
                popd
 
+               %{python} bootstrap.py
                CFLAGS="%{CFLAGS}" %{python} setup.py build
        end