<?xml version="1.0"?>
<package name="python-urllib3">
	<description>HTTP library with thread-safe connection pooling, file post, and more</description>
	<!-- https://pypi.python.org/pypi/urllib3/ -->
	<releases>
		<release version="1.26.8" revision="1">
			<deps>
				<dep name="Python3"/>
			</deps>
			<build>
				<script>
					<archive name="urllib3-$VERSION">
						<cmd>python3 setup.py install --root=/</cmd>
					</archive>
				</script>
			</build>
		</release>
	</releases>
</package>
