From c24abe94a2b3e9ccd7e98e97bc21da9853feea03 Mon Sep 17 00:00:00 2001 From: Antonio Terceiro Date: Thu, 17 Sep 2015 14:10:23 -0300 Subject: [PATCH] bottle: workaround wrong path to python --- bottle/bottle.spec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/bottle/bottle.spec b/bottle/bottle.spec index 23812d3..08db7a9 100644 --- a/bottle/bottle.spec +++ b/bottle/bottle.spec @@ -2,7 +2,7 @@ %define version 0.13_dev %define unmangled_version 0.13-dev %define unmangled_version 0.13-dev -%define release 4 +%define release 5 Summary: Fast and simple WSGI-framework for small web-applications. Name: %{name} @@ -39,7 +39,7 @@ License: MIT (see LICENSE for details) %setup -n %{name}-%{unmangled_version} -n %{name}-%{unmangled_version} %build -python setup.py build +PATH="/usr/bin:$PATH" python setup.py build %install python setup.py install --single-version-externally-managed -O1 --root=$RPM_BUILD_ROOT --record=INSTALLED_FILES -- libgit2 0.21.2