Skip to content
Snippets Groups Projects
Commit 05bd43e8 authored by Yaroslav Halchenko's avatar Yaroslav Halchenko
Browse files

Operate on 'requested' not all supported Python versions

parent fabb9969
No related branches found
No related tags found
No related merge requests found
......@@ -7,6 +7,7 @@ scikit-learn (0.10.0~pre1-1) unstable; urgency=low
main
* Adjusted dfsg and other rules to operate on sklearn directory
* Dropping cherry-picked fix up_release_sv_coef_memory
* Operate on 'requested' not all supported Python versions
-- Yaroslav Halchenko <debian@onerussian.com> Tue, 10 Jan 2012 17:52:27 -0500
......
......@@ -4,7 +4,7 @@
PACKAGE_NAME = python-sklearn
PACKAGE_ROOT_DIR = debian/${PACKAGE_NAME}
PYVERS = $(shell pyversions -vs)
PYVERS = $(shell pyversions -vr)
PYVER = $(shell pyversions -vd)
# Mega rule
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment