Changeset 10357 for main


Ignore:
Timestamp:
22 Jun 2013, 22:41:01 (11 years ago)
Author:
uli
Message:

Oops, pysqlite is part of Python 3.1 already.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • main/waeup.cas/trunk/setup.py

    r10342 r10357  
    2424    ]
    2525
    26 if sys.version_info < (3, 2):
    27     install_requires.append('pysqlite')  # included in Python >= 3.2
     26if sys.version_info < (3, 1):
     27    install_requires.append('pysqlite')  # included in Python >= 3.1
    2828
    2929tests_require = [
Note: See TracChangeset for help on using the changeset viewer.