mirror of
https://github.com/samsonjs/vdirsyncer.git
synced 2026-03-25 08:55:50 +00:00
Add comments for #298
This commit is contained in:
parent
ef8c638f41
commit
b72303b823
1 changed files with 4 additions and 1 deletions
5
setup.py
5
setup.py
|
|
@ -40,7 +40,10 @@ setup(
|
|||
# https://github.com/kennethreitz/requests/issues/2930
|
||||
'requests !=2.9.0',
|
||||
'lxml >=3.1' + (
|
||||
# https://github.com/untitaker/vdirsyncer/issues/298
|
||||
# See https://github.com/untitaker/vdirsyncer/issues/298
|
||||
# We pin some LXML version that is known to work with PyPy
|
||||
# I assume nobody actually uses PyPy with vdirsyncer, so this is
|
||||
# moot
|
||||
', <=3.4.4'
|
||||
if platform.python_implementation() == 'PyPy'
|
||||
else ''
|
||||
|
|
|
|||
Loading…
Reference in a new issue