mirror of
https://github.com/wassname/scikit-image.git
synced 2026-08-15 12:54:54 +08:00
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:
Vendored
+1
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user