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 /python/pytest/pytest.SlackBuild | |
parent | 52862dfa7b063ce7f6bd687ecee6e3f6f5ea4423 (diff) |
python/pytest: Under REQUIRES, change atomicwrites to python2-atomicwrites
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'python/pytest/pytest.SlackBuild')
-rw-r--r-- | python/pytest/pytest.SlackBuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/python/pytest/pytest.SlackBuild b/python/pytest/pytest.SlackBuild index cb72e0b57685..b3585030d094 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} |