summaryrefslogtreecommitdiff
path: root/devel/py-test-virtualenv/patches/patch-common_setup.py
blob: 032d799927b5bc55672eac077dfb57d68a900131 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
$NetBSD: patch-common_setup.py,v 1.1 2018/03/24 07:14:59 adam Exp $

Do not depend on setuptools-git.

--- common_setup.py.orig	2018-03-24 07:10:19.000000000 +0000
+++ common_setup.py
@@ -72,6 +72,5 @@ def common_setup(src_dir):
             license='MIT license',
             platforms=['unix', 'linux'],
             cmdclass={'test': PyTest, 'egg_info': EggInfo},
-            setup_requires=['setuptools-git'],
             include_package_data=True
             )