SecBSD's official ports repository
This commit is contained in:
commit
2c0afcbbf3
64331 changed files with 5339189 additions and 0 deletions
14
audio/py-discid/patches/patch-setup_py
Normal file
14
audio/py-discid/patches/patch-setup_py
Normal file
|
@ -0,0 +1,14 @@
|
|||
distutils doesn't support --single-version-externally-managed
|
||||
|
||||
Index: setup.py
|
||||
--- setup.py.orig
|
||||
+++ setup.py
|
||||
@@ -2,7 +2,7 @@
|
||||
|
||||
import sys
|
||||
import unittest
|
||||
-from distutils.core import setup, Command
|
||||
+from setuptools import setup, Command
|
||||
|
||||
|
||||
class Test(Command):
|
Loading…
Add table
Add a link
Reference in a new issue