forked from pool/python-argcomplete
- Trim unnecessary build dependencies using trim-test-deps.patch - Simplify skip_tcsh_tests.patch so it is easier to read and update - Update to v1.9.4 * Use the correct interpreter when checking wrappers * Provide shellcode as a module function (#237) - from v1.9.3 * Fix handling of COMP\_POINT * Fix crash when writing unicode to debug\_stream in Python 2 OBS-URL: https://build.opensuse.org/request/show/678632 OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-argcomplete?expand=0&rev=21
12 lines
349 B
Diff
12 lines
349 B
Diff
--- argcomplete-1.9.2.orig/setup.py 2017-08-24 00:37:12.000000000 +0700
|
|
+++ argcomplete-1.9.2/setup.py 2019-02-10 21:22:50.518878293 +0700
|
|
@@ -4,7 +4,7 @@
|
|
from setuptools import setup, find_packages
|
|
|
|
install_requires = []
|
|
-tests_require = ["coverage", "flake8", "pexpect", "wheel"]
|
|
+tests_require = ["pexpect"]
|
|
|
|
setup(
|
|
name='argcomplete',
|