[15:16:25] <bwe> What leads quicktions to fail to build on Win-x64? https://ci.appveyor.com/project/hyllos/db-puls/build/1.0.9/job/0pc1ysim2xpyqcro#L77
[17:15:22] <royiv> Quick question about setuptools/pip: I have an install_requires, where one of the items is "enum34 ; python_version < '3.4'"
[17:15:33] <royiv> 'install_requires' must be a string or list of strings containing valid project/version requirement specifiers; Expected version spec in enum34 ; python_version < '3.4' at ; python_version < '3.4'
[17:16:20] <royiv> It seems like pip/setup/distutils has a hard expectation on there being a version specified after the enum34 — why?
[17:17:17] <royiv> oh, nope, that's not it either; adding a version specifier also doesn't work.
[17:17:26] <royiv> it doesn't seem to like the environment marker
[17:20:35] <royiv> ok, so it seems like it's supposed to be a : in setup.py files (why…), but that doesn't work either