From eaa37742fa0ec3f2139c16cd0de445253d16809a Mon Sep 17 00:00:00 2001 From: Jakub Bogusz Date: Wed, 3 Jun 2020 22:26:47 +0200 Subject: [PATCH] - disabled python3 here --- python-pandas.spec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python-pandas.spec b/python-pandas.spec index 88430bf..b150d05 100644 --- a/python-pandas.spec +++ b/python-pandas.spec @@ -1,10 +1,11 @@ +# NOTE: for versions >= 1.0.0 for python 3.6+ see python3-pandas.spec # TODO: finish apidocs and tests # # Conditional build: %bcond_with doc # Sphinx documentation %bcond_with tests # unit tests [R: python-zoneinfo for hypothesis?] %bcond_without python2 # CPython 2.x module -%bcond_without python3 # CPython 3.x module +%bcond_with python3 # CPython 3.x module (built from python3-pandas.spec) Summary: Powerful data structures for data analysis, time series and statistics Summary(pl.UTF-8): Elastyczne struktury danych do analizy danych, szeregów chronologicznych i statystyki -- 2.44.0