opnsense-ports/textproc/py-sphinxcontrib-bitbucket/files/patch-setup.py
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

18 lines
475 B
Python

--- ./setup.py.orig 2012-08-20 21:53:58.000000000 +0200
+++ ./setup.py 2012-08-20 21:54:10.000000000 +0200
@@ -1,9 +1,5 @@
# -*- coding: utf-8 -*-
-# Bootstrap installation of Distribute
-import distribute_setup
-distribute_setup.use_setuptools()
-
from setuptools import setup, find_packages
try:
@@ -43,5 +39,4 @@
include_package_data=True,
install_requires=requires,
namespace_packages=['sphinxcontrib'],
- py_modules = [ 'distribute_setup' ],
)