diff options
author | Matthew Thode <prometheanfire@gentoo.org> | 2017-08-27 03:18:18 -0500 |
---|---|---|
committer | Matthew Thode <prometheanfire@gentoo.org> | 2017-08-27 03:21:05 -0500 |
commit | b194748b25572d90f81d8ae471ad0681886f0ebb (patch) | |
tree | 5e844ea97d44bab6ce7d1fc865b5758c43751dd5 /dev-python/kombu | |
parent | dev-cpp/catch: Bump to 1.10.0 (diff) | |
download | gentoo-b194748b25572d90f81d8ae471ad0681886f0ebb.tar.gz gentoo-b194748b25572d90f81d8ae471ad0681886f0ebb.tar.bz2 gentoo-b194748b25572d90f81d8ae471ad0681886f0ebb.zip |
dev-python/kombu: fix patching 4.1.0 for bug 629012
Package-Manager: Portage-2.3.6, Repoman-2.3.3
Diffstat (limited to 'dev-python/kombu')
-rw-r--r-- | dev-python/kombu/kombu-4.1.0.ebuild | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/dev-python/kombu/kombu-4.1.0.ebuild b/dev-python/kombu/kombu-4.1.0.ebuild index da1352bc366e..842608ea8ec8 100644 --- a/dev-python/kombu/kombu-4.1.0.ebuild +++ b/dev-python/kombu/kombu-4.1.0.ebuild @@ -46,8 +46,7 @@ DEPEND="${RDEPEND} DISTUTILS_IN_SOURCE_BUILD=1 PATCHES=( - "${FILESDIR}"/${P}-dict-iter.patch - ) +) python_prepare_all() { # AttributeError: test_Etcd instance has no attribute 'patch' |