diff options
Diffstat (limited to 'dev-python/webassets/webassets-2.0.ebuild')
| -rw-r--r-- | dev-python/webassets/webassets-2.0.ebuild | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/dev-python/webassets/webassets-2.0.ebuild b/dev-python/webassets/webassets-2.0.ebuild index 064a1386884d..bd550f88d1fc 100644 --- a/dev-python/webassets/webassets-2.0.ebuild +++ b/dev-python/webassets/webassets-2.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -24,7 +24,12 @@ BDEPEND=" dev-python/nose[${PYTHON_USEDEP}] dev-python/mock[${PYTHON_USEDEP}] !!dev-ruby/sass - )" + ) +" + +PATCHES=( + "${FILESDIR}/${PN}-2.0-python39.patch" +) distutils_enable_tests pytest |
