Skip to content

Commit

Permalink
devel/py-prettyprinter: Fix pytest-runner dependency
Browse files Browse the repository at this point in the history
PR:		255555
Reported by:	Patrice Clement <monsieurp@gentoo.org> (maintainer)
  • Loading branch information
neelchauhan committed May 4, 2021
1 parent 5f000aa commit 46ee17d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions devel/py-prettyprinter/files/patch-setup.py
@@ -0,0 +1,11 @@
--- setup.py.orig 2019-06-22 07:04:23 UTC
+++ setup.py
@@ -17,7 +17,7 @@ requirements = [
]

setup_requirements = [
- 'pytest-runner==3.0',
+ 'pytest-runner',
# TODO(tommikaikkonen): put setup requirements (distutils extensions, etc.) here
]

0 comments on commit 46ee17d

Please sign in to comment.