mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-07-29 22:28:08 -07:00
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:
11
dev-python/pyparsing/files/distutils.patch
Normal file
11
dev-python/pyparsing/files/distutils.patch
Normal 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
|
||||
Reference in New Issue
Block a user