dev-python/pyparsing: force distutils to avoid circular dep with setuptools

Bug: https://bugs.gentoo.org/607770
Package-Manager: Portage-2.3.3_p42_p432967, Repoman-2.3.1_p35_p432968
This commit is contained in:
Mike Gilbert
2017-01-30 23:34:32 -05:00
parent 4f025cf97a
commit 26581ccc94
2 changed files with 29 additions and 3 deletions

View File

@@ -0,0 +1,11 @@
--- a/setup.py
+++ b/setup.py
@@ -1,7 +1,7 @@
#!/usr/bin/env python
"""Setup script for the pyparsing module distribution."""
-from setuptools import setup
+from distutils.core import setup
import sys
import os