summaryrefslogtreecommitdiff
path: root/dev-python/pyparted/pyparted-999999.ebuild
diff options
context:
space:
mode:
authorV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
committerV3n3RiX <venerix@redcorelinux.org>2020-02-10 21:05:55 +0000
commit71deace00d1a2b091313fe137ab7092418c6f87c (patch)
tree9f1f0dee23e13658e52f49437befe78427148c51 /dev-python/pyparted/pyparted-999999.ebuild
parent29aabba0ea759c6a2864ff5631735b67ee38e5e0 (diff)
gentoo resync : 10.02.2020
Diffstat (limited to 'dev-python/pyparted/pyparted-999999.ebuild')
-rw-r--r--dev-python/pyparted/pyparted-999999.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/pyparted/pyparted-999999.ebuild b/dev-python/pyparted/pyparted-999999.ebuild
index b34350ec1632..edc745ca9d65 100644
--- a/dev-python/pyparted/pyparted-999999.ebuild
+++ b/dev-python/pyparted/pyparted-999999.ebuild
@@ -2,7 +2,7 @@
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-PYTHON_COMPAT=( python{2_7,3_6} )
+PYTHON_COMPAT=( python3_{6,8} )
inherit distutils-r1 flag-o-matic git-r3
DESCRIPTION="Python bindings for sys-block/parted"
@@ -21,7 +21,8 @@ DEPEND="
${RDEPEND}
virtual/pkgconfig
"
-RESTRICT="test"
+
+distutils_enable_tests unittest
src_configure() {
append-cflags -fcommon