mirror of
https://git.freebsd.org/ports.git
synced 2025-06-15 09:40:35 -04:00
file-like object. PR: ports/138160 Submitted by: Dikshie Approved by: rafan (co-mentor) Feature safe: yes
12 lines
244 B
Python
12 lines
244 B
Python
--- setup.py.orig
|
|
+++ setup.py
|
|
@@ -5,9 +5,6 @@
|
|
# This script is placed in the public domain.
|
|
#
|
|
|
|
-import ez_setup
|
|
-ez_setup.use_setuptools()
|
|
-
|
|
from setuptools import setup, find_packages
|
|
|
|
# Import to allow pertinent info to be extracted
|