diff --git a/lang/python/python-pytest/Makefile b/lang/python/python-pytest/Makefile index 8b1dadcb1..1841f84a7 100644 --- a/lang/python/python-pytest/Makefile +++ b/lang/python/python-pytest/Makefile @@ -8,11 +8,11 @@ include $(TOPDIR)/rules.mk PKG_NAME:=python-pytest -PKG_VERSION:=5.4.2 -PKG_RELEASE:=2 +PKG_VERSION:=6.0.1 +PKG_RELEASE:=1 PYPI_NAME:=pytest -PKG_HASH:=eb2b5e935f6a019317e455b6da83dd8650ac9ffd2ee73a7b657a30873d67a698 +PKG_HASH:=85228d75db9f45e06e57ef9bf4429267f81ac7c0d742cc9ed63d09886a9fe6f4 PKG_MAINTAINER:=Jan Pavlinec PKG_LICENSE:=MIT @@ -32,16 +32,14 @@ define Package/python3-pytest TITLE:=Python testing framework URL:=https://docs.pytest.org/en/latest/ DEPENDS:= \ - +python3-light \ + +python3 \ +python3-more-itertools \ +python3-py \ +python3-attrs \ +python3-pluggy \ +python3-packaging \ - +python3-wcwidth \ - +python3-decimal \ - +python3-logging \ - +python3-urllib + +python3-toml \ + +python3-iniconfig endef define Package/python3-pytest/description