Skip to content
Snippets Groups Projects
Commit bcfce718 authored by Patrycja Rosa's avatar Patrycja Rosa :cat: Committed by alice
Browse files

main/py3-packaging: drop dependency on py3-six

parent 23650db2
No related branches found
No related tags found
2 merge requests!39304[3.16] main/expat: security upgrade to 2.4.9,!37329main/py3-packaging: drop dependency on py3-six
Pipeline #131414 passed
...@@ -3,13 +3,13 @@ ...@@ -3,13 +3,13 @@
pkgname=py3-packaging pkgname=py3-packaging
_pkgname=packaging _pkgname=packaging
pkgver=21.3 pkgver=21.3
pkgrel=1 pkgrel=2
pkgdesc="Core utilities for Python3 packages" pkgdesc="Core utilities for Python3 packages"
options="!check" # Requires py3-pytest which requires py3-setuptools options="!check" # Requires py3-pytest which requires py3-setuptools
url="https://pypi.python.org/pypi/packaging" url="https://pypi.python.org/pypi/packaging"
arch="noarch" arch="noarch"
license="Apache-2.0 AND BSD-2-Clause" license="Apache-2.0 AND BSD-2-Clause"
depends="python3 py3-parsing py3-six" depends="python3 py3-parsing"
# disable check to break circular dep with py3-setuptools # disable check to break circular dep with py3-setuptools
checkdepends="py3-pytest py3-pretend" checkdepends="py3-pytest py3-pretend"
source="https://files.pythonhosted.org/packages/source/p/packaging/packaging-$pkgver.tar.gz" source="https://files.pythonhosted.org/packages/source/p/packaging/packaging-$pkgver.tar.gz"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment