[Python-modules-commits] [python-pyramid] 04/04: remove debian/patches
Takaki Taniguchi
takaki at moszumanska.debian.org
Thu Feb 2 14:20:57 UTC 2017
This is an automated email from the git hooks/post-receive script.
takaki pushed a commit to branch master
in repository python-pyramid.
commit b622d0c3e4ec8311ae0e39e4e84c7316e4f910f8
Author: TANIGUCHI Takaki <takaki at debian.org>
Date: Thu Feb 2 23:19:15 2017 +0900
remove debian/patches
---
debian/patches/series | 1 -
debian/patches/tweak-requirements.patch | 36 ---------------------------------
2 files changed, 37 deletions(-)
diff --git a/debian/patches/series b/debian/patches/series
deleted file mode 100644
index da632fa..0000000
--- a/debian/patches/series
+++ /dev/null
@@ -1 +0,0 @@
-tweak-requirements.patch
diff --git a/debian/patches/tweak-requirements.patch b/debian/patches/tweak-requirements.patch
deleted file mode 100644
index 68edc28..0000000
--- a/debian/patches/tweak-requirements.patch
+++ /dev/null
@@ -1,36 +0,0 @@
-From 04197cf9c35adae86173ee636a7e98b60f6a950c Mon Sep 17 00:00:00 2001
-From: Barry Warsaw <barry at debian.org>
-Date: Thu, 8 Oct 2015 12:48:00 -0700
-Subject: 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 b162429..fe9f8ac 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