diff options
author | Isaac Yu <isaacyu1@isaacyu1.com> | 2023-05-13 13:11:01 -0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-05-14 15:24:07 +0700 |
commit | 91917fefbdb6224d207205e4ca855ecaaead7e43 (patch) | |
tree | 9ef00ff05d1befceb5aaa7d6967364322774a6e7 | |
parent | 52862dfa7b063ce7f6bd687ecee6e3f6f5ea4423 (diff) |
python/pytest: Under REQUIRES, change atomicwrites to python2-atomicwrites
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
-rw-r--r-- | python/pytest/pytest.SlackBuild | 2 | ||||
-rw-r--r-- | 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 cb72e0b57685e..b3585030d0940 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 2635851762cd9..c299ffdca44af 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" |