Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 668358

Summary: dev-python/zeep-2.4.0 is missing [${PYTHON_USEDEP}] for python library dependencies
Product: Gentoo Linux Reporter: eroen <erikdenstore+gbugs>
Component: Current packagesAssignee: Python Gentoo Team <python>
Status: RESOLVED FIXED    
Severity: normal CC: cedk, jstein
Priority: Normal    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description eroen 2018-10-11 20:15:52 UTC
See $summary. Current ebuild looks like this:

PYTHON_COMPAT=( python2_7 python3_{4,5,6} pypy )
inherit distutils-r1
...
DEPEND="dev-python/setuptools"
RDEPEND="${DEPEND}
	>=dev-python/appdirs-1.4.0
	>=dev-python/cached-property-1.3.0
	>=dev-python/defusedxml-0.4.1
	>=dev-python/isodate-0.5.4
	>=dev-python/lxml-3.0.0
	>=dev-python/requests-2.7.0
	>=dev-python/requests-toolbelt-0.7.1
	>=dev-python/six-1.9.0
	dev-python/pytz
	async? ( >=dev-python/aiohttp-1.0 )
	tornado? ( >=www-servers/tornado-4.0.2 )"