rlisagor / freshen

Clone of the Cucumber BDD framework for Python
GNU General Public License v3.0
355 stars 56 forks source link

pyparsing dependency incorrectly includes 2.0, which is py3 only #45

Open marcus-sonestedt opened 11 years ago

marcus-sonestedt commented 11 years ago

Limiting pyparsing to versions below 2.0 makes setup.py work again on python 2.x, like this:

index 64d4bc3..1a98005 100644 @@ -16,7 +16,7 @@ setup( license = "GPL", packages = ["freshen", "freshen.test"], package_data = {'freshen': ['languages.yml']},