X-Git-Url: https://osm.etsi.org/gitweb/?a=blobdiff_plain;f=Makefile;h=41b265a7e65a5a5310d3a60c6b6e32421faac2c4;hb=34b93bac8a6cf769b996652605a2e43c18448728;hp=9189cf7cf3b44a21653c1c700d655cd2316ed44d;hpb=a64b2625810744bd16a01a737976eca01b7d3518;p=osm%2FRO.git diff --git a/Makefile b/Makefile index 9189cf7c..41b265a7 100644 --- a/Makefile +++ b/Makefile @@ -9,7 +9,7 @@ clean: find osm_ro -name '*.pyc' -delete find osm_ro -name '*.pyo' -delete prepare: - pip install setuptools + pip install --user --upgrade setuptools mkdir -p build/ VER1=$(shell git describe | sed -e 's/^v//' |cut -d- -f1); \ VER2=$(shell git describe | cut -d- -f2); \