forked from pool/python-testflo
Accepting request 611987 from devel:languages:python:misc
flow based testing framework OBS-URL: https://build.opensuse.org/request/show/611987 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-testflo?expand=0&rev=1
This commit is contained in:
17
use_setuptools.patch
Normal file
17
use_setuptools.patch
Normal file
@@ -0,0 +1,17 @@
|
||||
From: toddrme2178@gmail.com
|
||||
Date: 2017-05-24
|
||||
Subject: use setuptools instead of distutils
|
||||
|
||||
Some of the optional commands need setuptools.
|
||||
In particular this is needed for the entrypoints.
|
||||
|
||||
---
|
||||
--- a/setup.py
|
||||
+++ b/setup.py
|
||||
@@ -1,5 +1,5 @@
|
||||
|
||||
-from distutils.core import setup
|
||||
+from setuptools import setup
|
||||
|
||||
setup(name='testflo',
|
||||
version='1.2',
|
Reference in New Issue
Block a user