summaryrefslogtreecommitdiff
path: root/databases/py-sqlparse
diff options
context:
space:
mode:
Diffstat (limited to 'databases/py-sqlparse')
-rw-r--r--databases/py-sqlparse/Makefile5
1 files changed, 2 insertions, 3 deletions
diff --git a/databases/py-sqlparse/Makefile b/databases/py-sqlparse/Makefile
index 45d8a244958e..91a1baa2dcb6 100644
--- a/databases/py-sqlparse/Makefile
+++ b/databases/py-sqlparse/Makefile
@@ -13,9 +13,8 @@ COMMENT= Non-validating SQL parser for Python
LICENSE= BSD3CLAUSE
-USE_PYTHON= yes
-USE_PYDISTUTILS= yes
-PYDISTUTILS_AUTOPLIST= yes
+USES= python
+USE_PYTHON= distutils autoplist
post-patch:
@${REINPLACE_CMD} -e 's|distutils.core|setuptools|g' ${WRKSRC}/setup.py