diff options
Diffstat (limited to 'devel/py-jsonschema/Makefile')
-rw-r--r-- | devel/py-jsonschema/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/devel/py-jsonschema/Makefile b/devel/py-jsonschema/Makefile index fd75195bc2e3..648b40802773 100644 --- a/devel/py-jsonschema/Makefile +++ b/devel/py-jsonschema/Makefile @@ -12,7 +12,7 @@ COMMENT= JSON Schema validation for Python LICENSE= MIT -USE_PYTHON= -2.7 +USE_PYTHON= 2 USE_PYDISTUTILS= yes PYDISTUTILS_AUTOPLIST= yes |