summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMatthew Thode <prometheanfire@gentoo.org>2016-09-11 11:48:52 -0500
committerMatthew Thode <prometheanfire@gentoo.org>2016-09-11 11:49:50 -0500
commite856d426f84eaee63cc0e50af689bb80c27c03d6 (patch)
treef66cb5c9631ec4c3b3d42fa6eff4cda05ae4be74 /dev-python/keyring/files
parentdev-lisp/sbcl: bump to 1.3.9 (diff)
downloadgentoo-e856d426f84eaee63cc0e50af689bb80c27c03d6.tar.gz
gentoo-e856d426f84eaee63cc0e50af689bb80c27c03d6.tar.bz2
gentoo-e856d426f84eaee63cc0e50af689bb80c27c03d6.zip
clean up more openstack related stuff
Thanks to mm1ke for the proding
Diffstat (limited to 'dev-python/keyring/files')
-rw-r--r--dev-python/keyring/files/setup-1.0.patch32
1 files changed, 0 insertions, 32 deletions
diff --git a/dev-python/keyring/files/setup-1.0.patch b/dev-python/keyring/files/setup-1.0.patch
deleted file mode 100644
index d510c6376aaf..000000000000
--- a/dev-python/keyring/files/setup-1.0.patch
+++ /dev/null
@@ -1,32 +0,0 @@
---- setup.py 2012-11-29 11:01:22.000000000 -0500
-+++ setup.py.wanted 2012-12-27 23:55:56.679344322 -0500
-@@ -39,17 +39,6 @@
- return True
-
-
--test_requirements = [
-- 'pytest',
--]
--"dependencies for running tests"
--
--if sys.version_info < (2, 7) or (
-- sys.version_info >= (3, 0) and sys.version_info < (3, 1)):
-- # Require unittest2 for Python which doesn't contain the new unittest
-- # module (appears in Python 2.7 and Python 3.1)
-- test_requirements.append('unittest2')
--
- setup_params = dict(
- name = 'keyring',
- version = "1.0",
-@@ -74,11 +63,6 @@
- platforms = ["Many"],
- packages = ['keyring', 'keyring.tests', 'keyring.util',
- 'keyring.backends'],
-- extras_require = {'test': test_requirements},
-- tests_require = test_requirements,
-- setup_requires = [
-- 'pytest-runner',
-- ],
- )
-
-