diff options
author | Sergey Popov <pinkbyte@gentoo.org> | 2015-11-10 14:10:10 +0300 |
---|---|---|
committer | Sergey Popov <pinkbyte@gentoo.org> | 2015-11-10 14:10:10 +0300 |
commit | 2cefed6f6c2557c7e4c9ff72974534fd374c8920 (patch) | |
tree | 02ff7c022ef6c8ee869fa3c0ebfc9517c3140831 /dev-python/xmpppy/xmpppy-0.5.0_rc1-r2.ebuild | |
parent | Sanitize virtual namespace of python packages (diff) | |
download | gentoo-2cefed6f6c2557c7e4c9ff72974534fd374c8920.tar.gz gentoo-2cefed6f6c2557c7e4c9ff72974534fd374c8920.tar.bz2 gentoo-2cefed6f6c2557c7e4c9ff72974534fd374c8920.zip |
dev-python/xmpppy: fix working with SSL fields
Suggested-by: Anton Bolshakov <blshkv@pentoo.ch>
Gentoo-Bug: 535758
Package-Manager: portage-2.2.23
Diffstat (limited to 'dev-python/xmpppy/xmpppy-0.5.0_rc1-r2.ebuild')
-rw-r--r-- | dev-python/xmpppy/xmpppy-0.5.0_rc1-r2.ebuild | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/dev-python/xmpppy/xmpppy-0.5.0_rc1-r2.ebuild b/dev-python/xmpppy/xmpppy-0.5.0_rc1-r2.ebuild index 28e388b68587..31a6b8a91a54 100644 --- a/dev-python/xmpppy/xmpppy-0.5.0_rc1-r2.ebuild +++ b/dev-python/xmpppy/xmpppy-0.5.0_rc1-r2.ebuild @@ -31,6 +31,7 @@ S="${WORKDIR}/${MY_P}" PATCHES=( "${FILESDIR}/${PN}-hashlib_ssl_deprecation.patch" + "${FILESDIR}/${P}-ssl_fields.patch" ) python_install_all() { |