Add latest version of py-packaging (#7522)
This commit is contained in:
parent
a84cfb9ad4
commit
aea0b84e90
1 changed files with 2 additions and 1 deletions
|
@ -29,10 +29,11 @@ class PyPackaging(PythonPackage):
|
|||
"""Core utilities for Python packages."""
|
||||
|
||||
homepage = "https://github.com/pypa/packaging"
|
||||
url = "https://pypi.io/packages/source/p/packaging/packaging-16.8.tar.gz"
|
||||
url = "https://pypi.io/packages/source/p/packaging/packaging-17.1.tar.gz"
|
||||
|
||||
import_modules = ['packaging']
|
||||
|
||||
version('17.1', '8baf8241d1b6b0a5fae9b00f359976a8')
|
||||
version('16.8', '53895cdca04ecff80b54128e475b5d3b')
|
||||
|
||||
# Not needed for the installation, but used at runtime
|
||||
|
|
Loading…
Reference in a new issue