mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-02-06 12:37:34 -08:00
Bug: https://bugs.gentoo.org/607770 Package-Manager: Portage-2.3.3_p42_p432967, Repoman-2.3.1_p35_p432968
12 lines
227 B
Diff
12 lines
227 B
Diff
--- 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
|