From 91917fefbdb6224d207205e4ca855ecaaead7e43 Mon Sep 17 00:00:00 2001 From: Isaac Yu Date: Sat, 13 May 2023 13:11:01 -0700 Subject: [PATCH] python/pytest: Under REQUIRES, change atomicwrites to python2-atomicwrites Signed-off-by: Willy Sudiarto Raharjo --- python/pytest/pytest.SlackBuild | 2 +- python/pytest/pytest.info | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild index cb72e0b576..b3585030d0 100644 --- a/python/pytest/pytest.SlackBuild +++ b/python/pytest/pytest.SlackBuild @@ -26,7 +26,7 @@ cd $(dirname $0) ; CWD=$(pwd) PRGNAM=pytest VERSION=${VERSION:-3.8.2} -BUILD=${BUILD:-2} +BUILD=${BUILD:-3} TAG=${TAG:-_SBo} PKGTYPE=${PKGTYPE:-tgz} diff --git a/python/pytest/pytest.info b/python/pytest/pytest.info index 2635851762..c299ffdca4 100644 --- a/python/pytest/pytest.info +++ b/python/pytest/pytest.info @@ -5,6 +5,6 @@ DOWNLOAD="https://files.pythonhosted.org/packages/source/p/pytest/pytest-3.8.2.t MD5SUM="8e7d324528a63c2dab64a10ae028e0f2" DOWNLOAD_x86_64="" MD5SUM_x86_64="" -REQUIRES="python2-py python2-attrs pluggy more-itertools atomicwrites funcsigs pathlib2" +REQUIRES="python2-py python2-attrs pluggy more-itertools python2-atomicwrites funcsigs pathlib2" MAINTAINER="Dimitris Zlatanidis" EMAIL="d.zlatanidis@gmail.com"