mirror of https://github.com/kivy/pyjnius.git
Merge pull request #204 from kived/fix-six-requirement
add version to six requirement
This commit is contained in:
commit
04fcdefc35
2
setup.py
2
setup.py
|
@ -38,7 +38,7 @@ library_dirs = []
|
||||||
lib_location = None
|
lib_location = None
|
||||||
extra_link_args = []
|
extra_link_args = []
|
||||||
include_dirs = []
|
include_dirs = []
|
||||||
install_requires = ['six']
|
install_requires = ['six>=1.7.0']
|
||||||
|
|
||||||
# detect Python for android
|
# detect Python for android
|
||||||
platform = sys.platform
|
platform = sys.platform
|
||||||
|
|
Loading…
Reference in New Issue