PKG: actually we should only care about "requested" not all "supported" python version

otherwise it will try to build for python2.5 on squeeze
This commit is contained in:
Yaroslav Halchenko
2012-05-03 21:44:51 -04:00
parent 3498a2ec32
commit becf1b7ac3
+1 -1
View File
@@ -4,7 +4,7 @@
PACKAGE_NAME = python-skimage
PACKAGE_ROOT_DIR = $(CURDIR)/debian/${PACKAGE_NAME}
PYVERS = $(shell pyversions -vs)
PYVERS = $(shell pyversions -vr)
PYVER = $(shell pyversions -vd)
# Mega rule