[Python-modules-commits] [python-pyramid] 03/06: Comment out some requirements that can't be satisfied
Barry Warsaw
barry at moszumanska.debian.org
Fri Oct 30 14:57:22 UTC 2015
This is an automated email from the git hooks/post-receive script.
barry pushed a commit to branch master
in repository python-pyramid.
commit 5207dc6e5001215d7c1963b9df52e4450b652b6c
Author: Barry Warsaw <barry at debian.org>
Date: Thu Oct 8 12:48:00 2015 -0700
Comment out some requirements that can't be satisfied
automatically from installed packages or debian/py{,3}dist-override files.
It's okay because our Build-Depends will take care of it.
Forwarded: not-needed
Patch-Name: tweak-requirements.patch
---
setup.py | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/setup.py b/setup.py
index 6f7b79f..fecb338 100644
--- a/setup.py
+++ b/setup.py
@@ -39,7 +39,7 @@ except IOError:
install_requires=[
'setuptools',
- 'WebOb >= 1.3.1', # request.domain and CookieProfile
+ #'WebOb >= 1.3.1', # request.domain and CookieProfile
'repoze.lru >= 0.4', # py3 compat
'zope.interface >= 3.8.0', # has zope.interface.registry
'zope.deprecation >= 3.5.0', # py3 compat
@@ -49,7 +49,7 @@ install_requires=[
]
tests_require = [
- 'WebTest >= 1.3.1', # py3 compat
+ #'WebTest >= 1.3.1', # py3 compat
]
if not PY3:
--
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pyramid.git
More information about the Python-modules-commits
mailing list