diff options
author | 2021-07-11 10:50:10 +0200 | |
---|---|---|
committer | 2021-07-11 10:51:00 +0200 | |
commit | 70253d13d429a7610dfff8fac39afd8561429a06 (patch) | |
tree | cf6ab04547d0d76112166bd0f411e3c0e40f977a /www-apps/roundup/roundup-2.0.0.ebuild | |
parent | www-apps/nanoc: add 4.12.2 (diff) | |
download | gentoo-70253d13d429a7610dfff8fac39afd8561429a06.tar.gz gentoo-70253d13d429a7610dfff8fac39afd8561429a06.tar.bz2 gentoo-70253d13d429a7610dfff8fac39afd8561429a06.zip |
www-apps/roundup: Fix test with pyjwt 2
Closes: https://bugs.gentoo.org/793431
Package-Manager: Portage-3.0.20, Repoman-3.0.2
Signed-off-by: Cédric Krier <cedk@gentoo.org>
Diffstat (limited to 'www-apps/roundup/roundup-2.0.0.ebuild')
-rw-r--r-- | www-apps/roundup/roundup-2.0.0.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/www-apps/roundup/roundup-2.0.0.ebuild b/www-apps/roundup/roundup-2.0.0.ebuild index 335af1be6ac9..a66c26f72f10 100644 --- a/www-apps/roundup/roundup-2.0.0.ebuild +++ b/www-apps/roundup/roundup-2.0.0.ebuild @@ -36,6 +36,9 @@ RDEPEND="${DEPEND} )" DOCS="CHANGES.txt doc/*.txt" +PATCHES=( + "${FILESDIR}/${P}-test-pyjwt.patch" +) distutils_enable_tests pytest |